diff options
author | MITSUNARI Shigeo <[email protected]> | 2018-07-24 18:07:35 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2018-07-24 18:07:35 +0900 |
commit | 59573e6e7a6e0e5a45fd1e5fc46187766b292b35 (patch) | |
tree | 09a87047e03ede8be30e1c309f316e1358eb7d70 /test/test_address.bat | |
parent | 71b75f653f3858403eb33d48f6346eef34b837fe (diff) | |
download | xbyak-59573e6e7a6e0e5a45fd1e5fc46187766b292b35.tar.gz xbyak-59573e6e7a6e0e5a45fd1e5fc46187766b292b35.zip |
add PROTECT_RE mode for protect()v5.66
Diffstat (limited to 'test/test_address.bat')
-rw-r--r-- | test/test_address.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_address.bat b/test/test_address.bat index f96542f..f82c125 100644 --- a/test/test_address.bat +++ b/test/test_address.bat @@ -31,7 +31,7 @@ address %1% jit > nm.cpp echo cl -I../ -DXBYAK_TEST nm_frame.cpp %OPT% %OPT2% cl -I../ -DXBYAK_TEST nm_frame.cpp %OPT% %OPT2% nm_frame > x.lst -diff x.lst ok.lst +diff -w x.lst ok.lst wc x.lst :end |