Add a missing include and disable extraneous logging in codegen_backend_arm.c
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
#if defined WIN32 || defined _WIN32 || defined _WIN32
|
#if defined WIN32 || defined _WIN32 || defined _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
void *codegen_mem_load_byte;
|
void *codegen_mem_load_byte;
|
||||||
void *codegen_mem_load_word;
|
void *codegen_mem_load_word;
|
||||||
@@ -310,7 +311,7 @@ void codegen_backend_init()
|
|||||||
block->data = codeblock_allocator_get_ptr(block->head_mem_block);
|
block->data = codeblock_allocator_get_ptr(block->head_mem_block);
|
||||||
block_write_data = block->data;
|
block_write_data = block->data;
|
||||||
build_loadstore_routines(&codeblock[block_current]);
|
build_loadstore_routines(&codeblock[block_current]);
|
||||||
printf("block_pos=%i\n", block_pos);
|
//pclog("block_pos=%i\n", block_pos);
|
||||||
|
|
||||||
codegen_fp_round = &block_write_data[block_pos];
|
codegen_fp_round = &block_write_data[block_pos];
|
||||||
build_fp_round_routine(&codeblock[block_current]);
|
build_fp_round_routine(&codeblock[block_current]);
|
||||||
|
Reference in New Issue
Block a user