Changeset 251905 in webkit for trunk/Source/JavaScriptCore/offlineasm/x86.rb
- Timestamp:
- Oct 31, 2019, 8:58:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/x86.rb
r251886 r251905 523 523 524 524 def x86Suffix(kind) 525 if isIntelSyntax 525 if isIntelSyntax and not [:float, :double].include? kind 526 526 return "" 527 527 end
Note:
See TracChangeset
for help on using the changeset viewer.