[qfcc] Always initialize Ruamoko opcodes

They're used for compile-time evaluations regardless of the target.
This commit is contained in:
Bill Currie 2023-09-01 14:40:05 +09:00
parent cea24af5c4
commit 0c6586c753

View file

@ -510,9 +510,8 @@ opcode_init (void)
{ {
if (options.code.progsversion < PROG_VERSION) { if (options.code.progsversion < PROG_VERSION) {
v6p_opcode_init (); v6p_opcode_init ();
} else {
rua_opcode_init ();
} }
rua_opcode_init ();
} }
void void