From dc6262b587c71c14e30d93e57ed812e36a79a33e Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 24 Sep 2012 13:09:44 +0200 Subject: Imported WebKit commit 6339232fec7f5d9984a33388aecfd2cbc7832053 (http://svn.webkit.org/repository/webkit/trunk@129343) New snapshot with build fixes for latest qtbase --- Source/JavaScriptCore/offlineasm/armv7.rb | 2 +- Source/JavaScriptCore/offlineasm/cloop.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/JavaScriptCore/offlineasm') diff --git a/Source/JavaScriptCore/offlineasm/armv7.rb b/Source/JavaScriptCore/offlineasm/armv7.rb index b05f0e57f..d9f9bfa01 100644 --- a/Source/JavaScriptCore/offlineasm/armv7.rb +++ b/Source/JavaScriptCore/offlineasm/armv7.rb @@ -353,7 +353,7 @@ def armV7LowerMisplacedImmediates(list) | node | if node.is_a? Instruction case node.opcode - when "storei", "storep" + when "storeb", "storei", "storep" operands = node.operands newOperands = [] operands.each { diff --git a/Source/JavaScriptCore/offlineasm/cloop.rb b/Source/JavaScriptCore/offlineasm/cloop.rb index 8469ed441..9975e0767 100644 --- a/Source/JavaScriptCore/offlineasm/cloop.rb +++ b/Source/JavaScriptCore/offlineasm/cloop.rb @@ -578,7 +578,7 @@ class Instruction when "loadbs" $asm.putc "#{operands[1].clValue(:int)} = #{operands[0].int8MemRef};" when "storeb" - $asm.putc "#{operands[1].uint8MemRef} = #{operands[0].clValue(:int8)}" + $asm.putc "#{operands[1].uint8MemRef} = #{operands[0].clValue(:int8)};" when "loadh" $asm.putc "#{operands[1].clValue(:int)} = #{operands[0].uint16MemRef};" when "loadhs" -- cgit v1.2.1