diff options
| author | ruki <[email protected]> | 2026-01-30 00:58:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-30 00:58:01 +0800 |
| commit | 499feec6a33984747dd235b860af7f6b5cc2a1e3 (patch) | |
| tree | dfb74cb21a36f487b9b581f92e913126e9c2e317 /core/src/xmake/binutils/extractlib.c | |
| parent | 148404f78b74d376eba5922cb197162a9f05b1a7 (diff) | |
improve binutils.format
Diffstat (limited to 'core/src/xmake/binutils/extractlib.c')
| -rw-r--r-- | core/src/xmake/binutils/extractlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/binutils/extractlib.c b/core/src/xmake/binutils/extractlib.c index ec588f213..5e6559082 100644 --- a/core/src/xmake/binutils/extractlib.c +++ b/core/src/xmake/binutils/extractlib.c @@ -87,7 +87,7 @@ tb_int_t xm_binutils_extractlib(lua_State *lua) { } // detect format - tb_int_t format = xm_binutils_detect_format(istream); + tb_int_t format = xm_binutils_format_detect(istream); if (format < 0) { error_msg = "cannot detect format"; break; |
