diff options
author | gibbed <[email protected]> | 2017-05-14 04:00:52 -0500 |
---|---|---|
committer | gibbed <[email protected]> | 2017-05-14 04:03:00 -0500 |
commit | 08f767527377ef3e2a6e0133c26921d138cf87f7 (patch) | |
tree | db94baa58bca015e8ce7db7c0f52c516b56e1f0d | |
parent | f395faf024a98f44bbfe799e316eee84e4df8fcb (diff) | |
download | xbyak-08f767527377ef3e2a6e0133c26921d138cf87f7.tar.gz xbyak-08f767527377ef3e2a6e0133c26921d138cf87f7.zip |
Corrected CodeGenerator::resetSize() to set isCalledCalcJmpAddress_ back to false.
-rw-r--r-- | xbyak/xbyak.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbyak/xbyak.h b/xbyak/xbyak.h index 71bcbab..7b22c02 100644 --- a/xbyak/xbyak.h +++ b/xbyak/xbyak.h @@ -841,6 +841,7 @@ public: { size_ = 0; addrInfoList_.clear(); + isCalledCalcJmpAddress_ = false; } void db(int code) { |