summaryrefslogtreecommitdiff
path: root/core/src/xmake/binutils/readsyms.c
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-11 23:45:05 +0800
committerruki <[email protected]>2025-12-12 09:00:44 +0800
commit2a9ce5f90745e62641ba8c313ff0fa856eaea1f8 (patch)
tree687d309176f268904c17abc7b5dfdeb150a353d9 /core/src/xmake/binutils/readsyms.c
parent65b4b2932a7c2fd6dab3fe60597055d1440bddc5 (diff)
readsyms from ar lib
Diffstat (limited to 'core/src/xmake/binutils/readsyms.c')
-rw-r--r--core/src/xmake/binutils/readsyms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/binutils/readsyms.c b/core/src/xmake/binutils/readsyms.c
index 5a1b40d3c..3bc7d3bb5 100644
--- a/core/src/xmake/binutils/readsyms.c
+++ b/core/src/xmake/binutils/readsyms.c
@@ -80,6 +80,8 @@ tb_int_t xm_binutils_readsyms(lua_State *lua) {
lua_pushfstring(lua, "readsyms: cannot detect file format");
break;
}
+
+ // printf("readsyms: detected format %d\n", format);
// create result list
lua_newtable(lua);