Updated x86inst.

This commit is contained in:
kobalicek
2016-03-10 18:02:02 +01:00
2 changed files with 563 additions and 562 deletions

View File

@@ -454,7 +454,7 @@ Error X86Assembler::align(uint32_t alignMode, uint32_t offset) {
do { do {
uint32_t n = Utils::iMin<uint32_t>(i, kMaxNopSize); uint32_t n = Utils::iMin<uint32_t>(i, kMaxNopSize);
const uint8_t* p = nopData[(n - 1) * kMaxNopSize]; const uint8_t* p = nopData[(n - 1)];
i -= n; i -= n;
do { do {

File diff suppressed because it is too large Load Diff