small changes
[c11tester.git] / datarace.cc
index 06de537546d90ca63f73d86e25fa747e5e5288eb..9c403668e90d7c0fbe6ff76cda3cc3f1a2c37d81 100644 (file)
@@ -55,7 +55,7 @@ void * table_calloc(size_t size)
 
 /** This function looks up the entry in the shadow table corresponding to a
  * given address.*/
-static uint64_t * lookupAddressEntry(const void *address)
+static inline uint64_t * lookupAddressEntry(const void *address)
 {
        struct ShadowTable *currtable = root;
 #if BIT48