diff options
author | Jin Kyu Song <jin.kyu.song@intel.com> | 2013-12-18 21:31:51 -0800 |
---|---|---|
committer | Jin Kyu Song <jin.kyu.song@intel.com> | 2013-12-18 22:37:36 -0800 |
commit | b0c729baeb2de639ff79951d976817dd6414a0a5 (patch) | |
tree | 21525ed5de8dcdf7d4a65ba4d8cf128e4d44d7dc /test/mpx.asm | |
parent | 3d06af2bd998cd06c99b7e63a8166a11f7ac798f (diff) | |
download | nasm-b0c729baeb2de639ff79951d976817dd6414a0a5.tar.gz nasm-b0c729baeb2de639ff79951d976817dd6414a0a5.tar.bz2 nasm-b0c729baeb2de639ff79951d976817dd6414a0a5.zip |
mpx: Clean up instruction data
Cleaned up unneccessary size specifiers in the instruction data.
Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Diffstat (limited to 'test/mpx.asm')
-rw-r--r-- | test/mpx.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mpx.asm b/test/mpx.asm index 1fd5b1d..4e98156 100644 --- a/test/mpx.asm +++ b/test/mpx.asm @@ -74,6 +74,7 @@ BITS 32 bndldx bnd2, [ecx*1] bndldx bnd3, [edx+0x399] bndldx bnd2, [1*ebx+3] + bndldx bnd2, [3], ebx bndldx bnd1, [edx] ; bnd |