mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Exciting adventures in rebasing. r=red
This commit is contained in:
parent
f647b18b1f
commit
22abc28b96
@ -103,6 +103,7 @@ class MacroAssemblerX64 : public MacroAssemblerX86Shared
|
|||||||
}
|
}
|
||||||
static inline Operand ToUpper32(const BaseIndex &address) {
|
static inline Operand ToUpper32(const BaseIndex &address) {
|
||||||
return Operand(address.base, address.index, address.scale, address.offset + 4);
|
return Operand(address.base, address.index, address.scale, address.offset + 4);
|
||||||
|
}
|
||||||
|
|
||||||
uint32_t Upper32Of(JSValueShiftedTag tag) {
|
uint32_t Upper32Of(JSValueShiftedTag tag) {
|
||||||
union { // Implemented in this way to appease MSVC++.
|
union { // Implemented in this way to appease MSVC++.
|
||||||
|
Loading…
Reference in New Issue
Block a user