diff options
author | MITSUNARI Shigeo <[email protected]> | 2018-08-28 18:30:22 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2018-08-28 18:30:22 +0900 |
commit | 60004b5c77badf2a397ee5495f8a3e76f57c2327 (patch) | |
tree | 30e72eb5ee9a905bfa0da88ae45f7dd663b4ff25 | |
parent | 348b270988e04c1c95adb9c5263b342de8a1cde9 (diff) | |
download | xbyak-60004b5c77badf2a397ee5495f8a3e76f57c2327.tar.gz xbyak-60004b5c77badf2a397ee5495f8a3e76f57c2327.zip |
fix url of protect-re.cpp
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -366,7 +366,7 @@ c.setProtectModeRE(); ``` Call `readyRE()` instead of `ready()` when using `AutoGrow` mode. -See [test/protect-re.cpp](test/protect-re.cpp). +See [protect-re.cpp](sample/protect-re.cpp). ## Macro |