summaryrefslogtreecommitdiff
path: root/libguile/instructions.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/instructions.c')
-rw-r--r--libguile/instructions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/instructions.c b/libguile/instructions.c
index 65dca5b93..91af5f68a 100644
--- a/libguile/instructions.c
+++ b/libguile/instructions.c
@@ -103,7 +103,7 @@ static SCM word_type_symbols[] =
by Scheme to generate assemblers and disassemblers for the
instructions. */
-#define NOP SCM_T_UINT64_MAX
+#define NOP UINT64_MAX
#define OP1(type0) \
(OP (0, type0))
#define OP2(type0, type1) \