Improved code style
This commit is contained in:
parent
860795c1ec
commit
977028f8ab
12 changed files with 17 additions and 22 deletions
|
@ -18,9 +18,7 @@ func memoryAccessDynamic(code []byte, opCode8 byte, opCode32 byte, destination c
|
|||
}
|
||||
|
||||
if offset == RSP {
|
||||
tmp := offset
|
||||
offset = destination
|
||||
destination = tmp
|
||||
offset, destination = destination, offset
|
||||
}
|
||||
|
||||
if numBytes == 8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue