diff options
Diffstat (limited to 'libguile/instructions.c')
-rw-r--r-- | libguile/instructions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/instructions.c b/libguile/instructions.c index eb2a685cf..8e90f285f 100644 --- a/libguile/instructions.c +++ b/libguile/instructions.c @@ -102,7 +102,7 @@ static SCM word_type_symbols[] = (((word) >> ((n) * TYPE_WIDTH)) & ((1 << TYPE_WIDTH) - 1)) struct scm_instruction { - enum scm_rtl_opcode opcode; /* opcode */ + enum scm_opcode opcode; /* opcode */ const char *name; /* instruction name */ scm_t_uint32 meta; SCM symname; /* filled in later */ |