X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.cc;fp=datarace.cc;h=9c403668e90d7c0fbe6ff76cda3cc3f1a2c37d81;hb=251ac4b4bf3a9f2d3cfacc1e6618200ca1c431ac;hp=06de537546d90ca63f73d86e25fa747e5e5288eb;hpb=7d107019dd0d32d0803fb802fc318a57101707a1;p=c11tester.git diff --git a/datarace.cc b/datarace.cc index 06de5375..9c403668 100644 --- a/datarace.cc +++ b/datarace.cc @@ -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