newlines at end of file
This commit is contained in:
@@ -48,4 +48,4 @@ if(DYNAREC)
|
||||
endif()
|
||||
|
||||
target_link_libraries(86Box dynarec cgt)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -21,4 +21,4 @@ void host_arm_SUB_IMM(codeblock_t *block, int dst_reg, int src_reg, uint32_t imm
|
||||
void host_arm_call(codeblock_t *block, void *dst_addr);
|
||||
void host_arm_nop(codeblock_t *block);
|
||||
|
||||
void codegen_alloc(codeblock_t *block, int size);
|
||||
void codegen_alloc(codeblock_t *block, int size);
|
||||
|
||||
@@ -28,4 +28,4 @@ void host_arm64_STRB_IMM_W(codeblock_t *block, int dest_reg, int base_reg, int o
|
||||
void host_arm64_call(codeblock_t *block, void *dst_addr);
|
||||
void host_arm64_mov_imm(codeblock_t *block, int reg, uint32_t imm_data);
|
||||
|
||||
uint32_t host_arm64_find_imm(uint32_t data);
|
||||
uint32_t host_arm64_find_imm(uint32_t data);
|
||||
|
||||
@@ -132,4 +132,4 @@ extern void *codegen_fp_round;
|
||||
extern void *codegen_fp_round_quad;
|
||||
|
||||
extern void *codegen_gpf_rout;
|
||||
extern void *codegen_exit_rout;
|
||||
extern void *codegen_exit_rout;
|
||||
|
||||
@@ -261,4 +261,4 @@ void host_arm64_mov_imm(codeblock_t *block, int reg, uint32_t imm_data);
|
||||
|
||||
void codegen_direct_read_8(codeblock_t *block, int host_reg, void *p);
|
||||
|
||||
void codegen_alloc(codeblock_t *block, int size);
|
||||
void codegen_alloc(codeblock_t *block, int size);
|
||||
|
||||
Reference in New Issue
Block a user