Ignore:
Timestamp:
Jul 25, 2013, 3:24:20 AM (12 years ago)
Author:
[email protected]
Message:

Fix "Unhandled opcode localAnnotation" build error in sh4 and mips LLINT.
https://bugs.webkit.org/show_bug.cgi?id=119076

Patch by Julien Brianceau <[email protected]> on 2013-07-25
Reviewed by Allan Sandfeld Jensen.

  • offlineasm/mips.rb:
  • offlineasm/sh4.rb:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/sh4.rb

    r150992 r153307  
    778778            $asm.puts ".word 0xfffd"
    779779        else
    780             raise "Unhandled opcode #{opcode} at #{codeOriginString}"
    781         end
    782     end
    783 end
    784 
     780            lowerDefault
     781        end
     782    end
     783end
     784
Note: See TracChangeset for help on using the changeset viewer.