From 1f1f8d9839bc7a9ea3c9d4a01ce0e14e1deb51cb Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 23 Nov 2014 07:31:37 -0800 Subject: [PATCH] tools.gc-decode: fix (again) for 64-bit. --- extra/tools/gc-decode/gc-decode-tests.factor | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extra/tools/gc-decode/gc-decode-tests.factor b/extra/tools/gc-decode/gc-decode-tests.factor index b01229cee6..6b8ec15183 100644 --- a/extra/tools/gc-decode/gc-decode-tests.factor +++ b/extra/tools/gc-decode/gc-decode-tests.factor @@ -50,12 +50,12 @@ IN: tools.gc-decode.tests \ llvm.types:resolve-types word>gc-info base-pointer-groups { { - { -1 -1 -1 -1 -1 -1 -1 } - { -1 -1 -1 -1 -1 -1 -1 } - { -1 -1 -1 -1 -1 -1 -1 } - { -1 -1 -1 -1 -1 -1 4 } - { -1 -1 -1 -1 -1 -1 4 } - { -1 -1 -1 -1 -1 -1 -1 } + { -1 -1 -1 -1 -1 -1 -1 -1 } + { -1 -1 -1 -1 -1 -1 -1 -1 } + { -1 -1 -1 -1 -1 -1 -1 -1 } + { -1 -1 -1 -1 -1 -1 -1 4 } + { -1 -1 -1 -1 -1 -1 -1 4 } + { -1 -1 -1 -1 -1 -1 -1 -1 } } ! 64-bit { { -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }