Skip to content

Commit 2410dc4

Browse files
committed
dbg: update help for the lj-arch command
This patch adds the description of the LJ_DUALNUM dumped flag to the lj-arch command's help. Reviewed-by: Evgeniy Temirgaleev <e.temirgaleev@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 3e289b2)
1 parent 3810711 commit 2410dc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/luajit_dbg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,8 @@ class LJDumpArch(dbg.LJBase):
11001100
11011101
The command requires no args and dumps values of LJ_64 and LJ_GC64
11021102
compile-time flags. These values define the sizes of host and GC
1103-
pointers, respectively.
1103+
pointers, respectively. Also, it dumps the value for the LJ_DUALNUM
1104+
compile-time flag to inspect if LuaJIT is built in dual-number mode.
11041105
'''
11051106

11061107
def execute(self, arg):

0 commit comments

Comments
 (0)