RPA Git Repository
/
rpatk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added pair type to the RVM and fixed EADD tests
[rpatk.git]
/
rvm
/
rvmcpu.h
diff --git
a/rvm/rvmcpu.h
b/rvm/rvmcpu.h
index
624d19a
..
1b11a08
100644
(file)
--- a/
rvm/rvmcpu.h
+++ b/
rvm/rvmcpu.h
@@
-278,8
+278,9
@@
typedef struct rvm_switable_s {
struct rvm_asmins_s {
union {
- rword u;
+ ruint64 u;
rdouble d;
+ rpair p;
} data;
ruint16 op1:RVM_OPERAND_BITS;
ruint16 op2:RVM_OPERAND_BITS;