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

Unified Diff: crosstest/test_sync_atomic.def

Issue 1273153002: Subzero. Native 64-bit int arithmetic on x86-64. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fixes tests & make format Created 5 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 | « crosstest/test_strengthreduce_main.cpp ('k') | crosstest/test_sync_atomic_main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_sync_atomic.def
diff --git a/crosstest/test_sync_atomic.def b/crosstest/test_sync_atomic.def
index f84afded9b452af7dda362a61589af6d9e3487e3..7c055710a34ea437b2246fc759923aea1c7b329b 100644
--- a/crosstest/test_sync_atomic.def
+++ b/crosstest/test_sync_atomic.def
@@ -14,6 +14,8 @@
#ifndef TEST_SYNC_ATOMIC_DEF
#define TEST_SYNC_ATOMIC_DEF
+#include "xdefs.h"
+
#define STR(s) #s
#define RMWOP_TABLE \
@@ -30,14 +32,14 @@
X(uint8_t) \
X(uint16_t) \
X(uint32_t) \
- X(uint64_t)
+ X(uint64)
//#define X(type)
#define FOR_ALL_RMWTYPES_INST(F, inst) \
F(inst, uint8_t) \
F(inst, uint16_t) \
F(inst, uint32_t) \
- F(inst, uint64_t)
+ F(inst, uint64)
#define FOR_ALL_RMWOP_TYPES(X) \
FOR_ALL_RMWTYPES_INST(X, add) \
« no previous file with comments | « crosstest/test_strengthreduce_main.cpp ('k') | crosstest/test_sync_atomic_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698