Searched hist:10685 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/base/ | ||
H A D | debug.hh | 10685:a24286e33318 Wed Feb 11 10:23:00 EST 2015 Andreas Hansson <andreas.hansson@arm.com> base: Do not dereference NULL in CompoundFlag creation This patch fixes the CompoundFlag constructor, ensuring that it does not dereference NULL. Doing so has undefined behaviuor, and both clang and gcc's undefined-behaviour sanitiser was rather unhappy. |
/gem5/src/ | ||
H A D | SConscript | 10685:a24286e33318 Wed Feb 11 10:23:00 EST 2015 Andreas Hansson <andreas.hansson@arm.com> base: Do not dereference NULL in CompoundFlag creation This patch fixes the CompoundFlag constructor, ensuring that it does not dereference NULL. Doing so has undefined behaviuor, and both clang and gcc's undefined-behaviour sanitiser was rather unhappy. |
Completed in 53 milliseconds