mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix dump of pointer constants.
This commit is contained in:
parent
c9a0b9ea9e
commit
1eb6e23730
@ -280,7 +280,7 @@ local function formatk(tr, idx)
|
|||||||
elseif tn == "table" then
|
elseif tn == "table" then
|
||||||
s = format("{%p}", k)
|
s = format("{%p}", k)
|
||||||
elseif tn == "userdata" then
|
elseif tn == "userdata" then
|
||||||
if t == 11 then
|
if t == 12 then
|
||||||
s = format("userdata:%p", k)
|
s = format("userdata:%p", k)
|
||||||
else
|
else
|
||||||
s = format("[%p]", k)
|
s = format("[%p]", k)
|
||||||
|
Loading…
Reference in New Issue
Block a user