Add volatile XLOADs.

This commit is contained in:
Mike Pall
2011-01-19 02:05:12 +01:00
parent 925050fe3f
commit 8407ac0eca
3 changed files with 7 additions and 3 deletions

View File

@@ -206,7 +206,8 @@ IRFLDEF(FLENUM)
/* XLOAD mode, stored in op2. */
#define IRXLOAD_READONLY 1 /* Load from read-only data. */
#define IRXLOAD_UNALIGNED 2 /* Unaligned load. */
#define IRXLOAD_VOLATILE 2 /* Load from volatile data. */
#define IRXLOAD_UNALIGNED 4 /* Unaligned load. */
/* CONV mode, stored in op2. */
#define IRCONV_SRCMASK 0x001f /* Source IRType. */