No bug - Exciting adventures in rebasing. r=red

This commit is contained in:
Sean Stangl 2012-09-04 16:12:50 -07:00
parent f647b18b1f
commit 22abc28b96

View File

@ -103,6 +103,7 @@ class MacroAssemblerX64 : public MacroAssemblerX86Shared
}
static inline Operand ToUpper32(const BaseIndex &address) {
return Operand(address.base, address.index, address.scale, address.offset + 4);
}
uint32_t Upper32Of(JSValueShiftedTag tag) {
union { // Implemented in this way to appease MSVC++.