Changeset 227929 in webkit for trunk/Source/JavaScriptCore/offlineasm/cloop.rb
- Timestamp:
- Jan 31, 2018, 2:15:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r225363 r227929 306 306 def intMemRef 307 307 "*CAST<intptr_t*>(&#{cLabel})" 308 end 309 def cloopEmitLea(destination, type) 310 $asm.putc "#{destination.clValue(:voidPtr)} = CAST<void*>(&#{cLabel});" 308 311 end 309 312 end
Note:
See TracChangeset
for help on using the changeset viewer.