summaryrefslogtreecommitdiff
path: root/py/asmthumb.c
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-11-17 13:16:36 +0000
committerDamien <damien.p.george@gmail.com>2013-11-17 13:16:36 +0000
commit0446a0d76d6949423a77286522c116d35a7c5f31 (patch)
treeea6e5ab6983974b64d7eaad9853642449dbd5a57 /py/asmthumb.c
parent6d4f3462c4c3bb8a3d5b60482766b9c06891dc1a (diff)
Change some debugging/output messages for native code generation.
Diffstat (limited to 'py/asmthumb.c')
-rw-r--r--py/asmthumb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/asmthumb.c b/py/asmthumb.c
index 7cfb479b5..602caeb2d 100644
--- a/py/asmthumb.c
+++ b/py/asmthumb.c
@@ -74,7 +74,7 @@ void asm_thumb_end_pass(asm_thumb_t *as) {
// calculate size of code in bytes
as->code_size = as->code_offset;
as->code_base = m_new(byte, as->code_size);
- printf("code_size: %u\n", as->code_size);
+ //printf("code_size: %u\n", as->code_size);
}
/*