Skip to content

Commit aa9194f

Browse files
committed
remove duplicate definition from mini-ops
1 parent ca450d2 commit aa9194f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mono/mono/mini/mini-ops.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ MINI_OP(OP_STORER8_MEMBASE_REG, "storer8_membase_reg", IREG, FREG, NONE)
121121

122122
#if defined(TARGET_X86) || defined(TARGET_AMD64)
123123
MINI_OP(OP_STOREX_MEMBASE_REG, "storex_membase_reg", IREG, XREG, NONE)
124-
MINI_OP(OP_STOREX_ALIGNED_MEMBASE_REG, "storex_aligned_membase_reg", IREG, XREG, NONE)
125124
MINI_OP(OP_STOREX_NTA_MEMBASE_REG, "storex_nta_membase_reg", IREG, XREG, NONE)
126125
#endif
127126

0 commit comments

Comments
 (0)