misc: Replace M5_FALLTHROUGH with GEM5_FALLTHROUGH.

Change-Id: I058f311b6d9c284f745bcc915db72236d05db21b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45233
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Gabe Black
2021-05-08 20:29:26 -07:00
parent e1fea279e2
commit 11fe13c311
21 changed files with 38 additions and 38 deletions

View File

@@ -104,7 +104,7 @@ printk(std::string &str, ThreadContext *tc, Addr format_ptr,
break;
case 'P':
format = true;
M5_FALLTHROUGH;
GEM5_FALLTHROUGH;
case 'p':
hexnum = true;
break;