mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 21:14:35 +03:00
Updated x86inst.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user