Change jumpb's opa type to integer.

I'm not 100% certain this is correct...
This commit is contained in:
Bill Currie 2011-03-03 19:06:17 +09:00
parent 4324486ae6
commit 4794d66f42

View file

@ -838,7 +838,7 @@ VISIBLE opcode_t pr_opcodes[] = {
"%Ga",
},
{"<JUMPB>", "jumpb", OP_JUMPB, false,
ev_pointer, ev_integer, ev_invalid,
ev_integer, ev_integer, ev_invalid,
PROG_VERSION,
"%Ga[%Gb]",
},