gt8 sip
This commit is contained in:
@@ -190,7 +190,7 @@ impl Code {
|
||||
_ => 0b10,
|
||||
};
|
||||
self.bytes.push(modrm(mod_, 0, reg.base()));
|
||||
if reg.val() == rsp.val() {
|
||||
if reg.base() == rsp.base() {
|
||||
// SIB
|
||||
self.bytes.push(0x24);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user