Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: Source/platform/heap/blink_heap.gypi

Issue 476143002: Implement the Oilpan pushAllRegisters on MIPS64 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove change for Source/wtf/CPU.h Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/heap/asm/SaveRegisters_mips64.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/blink_heap.gypi
diff --git a/Source/platform/heap/blink_heap.gypi b/Source/platform/heap/blink_heap.gypi
index 20363aceca26835c2fbc0b22f1d7b352a8e6755a..696547941ff58a4c7a7e3acaf431109aee59ce54 100644
--- a/Source/platform/heap/blink_heap.gypi
+++ b/Source/platform/heap/blink_heap.gypi
@@ -59,6 +59,11 @@
'asm/SaveRegisters_mips.S',
],
}],
+ ['target_arch == "mips64el"', {
+ 'platform_heap_asm_files': [
+ 'asm/SaveRegisters_mips64.S',
+ ],
+ }],
['target_arch == "ia32" or target_arch == "x64"', {
'platform_heap_asm_files': [
'asm/SaveRegisters_x86.asm',
« no previous file with comments | « Source/platform/heap/asm/SaveRegisters_mips64.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698