From: Simon Hausmann Date: Mon, 28 Jan 2013 12:49:03 +0000 (+0100) Subject: Fix build on ia32 X-Git-Tag: upstream/5.2.1~669^2~659^2~360 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aee036304a3e44050a9ef493d59d97cb3ff42da4;p=platform%2Fupstream%2Fqtdeclarative.git Fix build on ia32 loadArgument(PointToValue) is architecture independent :) Change-Id: I6ce8b7900088bc7052002a9ae60cbebdd5357d8d Reviewed-by: Lars Knoll --- diff --git a/qv4isel_masm_p.h b/qv4isel_masm_p.h index 347db94..5a4a29b 100644 --- a/qv4isel_masm_p.h +++ b/qv4isel_masm_p.h @@ -199,7 +199,6 @@ public: addPtr(TrustedImm32(ptr.offset), ptr.base, dest); } -#ifdef VALUE_FITS_IN_REGISTER void loadArgument(PointerToValue temp, RegisterID dest) { assert(temp.value); @@ -208,6 +207,7 @@ public: loadArgument(addr, dest); } +#ifdef VALUE_FITS_IN_REGISTER void loadArgument(IR::Temp* temp, RegisterID dest) { if (!temp) {