1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Fix gbt command in gdbinit

In 2009 when this was written, SCM_UNDEFINED was 0x704. Now it's 0x904.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brennan Vincent 2024-09-04 15:16:46 -04:00 committed by Ludovic Courtès
parent ad90f45a8c
commit 0ace611196
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -200,5 +200,5 @@ define inst
end
define gbt
call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x704, 0x704, 0x704)
call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x904, 0x904)
end