Changeset 262389 in webkit for trunk/Source/JavaScriptCore/offlineasm
- Timestamp:
- Jun 1, 2020, 12:35:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/x86.rb
r252422 r262389 1 # Copyright (C) 2012-20 18Apple Inc. All rights reserved.1 # Copyright (C) 2012-2020 Apple Inc. All rights reserved. 2 2 # Copyright (C) 2013 Digia Plc. and/or its subsidiary(-ies) 3 3 # … … 448 448 $asm.puts "lea #{dst.x86Operand(:ptr)}, #{asmLabel}" 449 449 end 450 "#{offset}(#{dst.x86Operand( kind)})"450 "#{offset}(#{dst.x86Operand(:ptr)})" 451 451 end 452 452 end
Note:
See TracChangeset
for help on using the changeset viewer.