.gdbinit: Fix indentation in print_id [ci skip]
This commit is contained in:
parent
bfc7bb5d8a
commit
132e01a1c3
Notes:
git
2021-02-07 03:04:02 +09:00
8
.gdbinit
8
.gdbinit
@ -1102,11 +1102,11 @@ define print_id
|
|||||||
set $arylen = $ary->as.heap.len
|
set $arylen = $ary->as.heap.len
|
||||||
end
|
end
|
||||||
set $result = $aryptr[($serial % ID_ENTRY_UNIT) * ID_ENTRY_SIZE + $t]
|
set $result = $aryptr[($serial % ID_ENTRY_UNIT) * ID_ENTRY_SIZE + $t]
|
||||||
if $result != RUBY_Qnil
|
if $result != RUBY_Qnil
|
||||||
print_string $result
|
print_string $result
|
||||||
else
|
else
|
||||||
echo undef
|
echo undef
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user