More code towards support non-atomic stores
[c11tester.git] / cmodelint.cc
index 5b37e867d635d4f457c2bbb3dd0212c1d1e58193..9faae5345e857caa7918b278527ba713c9259ef8 100644 (file)
@@ -114,7 +114,7 @@ CDSATOMICINT(64)
 #define CDSATOMICLOAD(size)                                             \
        uint ## size ## _t cds_atomic_load ## size(void * obj, int atomic_index, const char * position) { \
                ensureModel();                                                      \
-               return (uint ## size ## _t) model->switch_to_master( \
+               return (uint ## size ## _t)model->switch_to_master( \
                        new ModelAction(ATOMIC_READ, position, orders[atomic_index], obj)); \
        }