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

Unified Diff: src/atomicops.h

Issue 11275184: First draft of the sh4 port Base URL: http://github.com/v8/v8.git@master
Patch Set: Use GYP and fixe some typos Created 8 years, 1 month 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 | « src/assembler.cc ('k') | src/atomicops_internals_sh4_gcc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/atomicops.h
diff --git a/src/atomicops.h b/src/atomicops.h
index 1f0c44a67d401e439a49c91fa13a80aa44f48b32..48d2dda184b22addcc336157553aebeb6028da9f 100644
--- a/src/atomicops.h
+++ b/src/atomicops.h
@@ -164,6 +164,8 @@ Atomic64 Release_Load(volatile const Atomic64* ptr);
#include "atomicops_internals_arm_gcc.h"
#elif defined(__GNUC__) && defined(V8_HOST_ARCH_MIPS)
#include "atomicops_internals_mips_gcc.h"
+#elif defined(__GNUC__) && defined(V8_HOST_ARCH_SH4)
+#include "atomicops_internals_sh4_gcc.h"
#else
#error "Atomic operations are not supported on your platform"
#endif
« no previous file with comments | « src/assembler.cc ('k') | src/atomicops_internals_sh4_gcc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698