From df516127145505177de0f01fa6d8985cf061d6af Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 7 Dec 2021 06:25:38 -0800 Subject: [PATCH] scons,misc: Fix broken X86_MI_example build_opts This bug was causing the compiler tests to fail: https://jenkins.gem5.org/job/compiler-checks/65/ Change-Id: I472a50a4a415108d177255fa396e67385104b059 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/53684 Maintainer: Bobby Bruce Reviewed-by: Gabe Black Tested-by: kokoro --- build_opts/X86_MI_example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_opts/X86_MI_example b/build_opts/X86_MI_example index 5fb47a32bd..60d1645c95 100644 --- a/build_opts/X86_MI_example +++ b/build_opts/X86_MI_example @@ -1,3 +1,3 @@ TARGET_ISA = 'x86' CPU_MODELS = 'TimingSimpleCPU,O3CPU,AtomicSimpleCPU' -PROTOCOL = 'MI_example +PROTOCOL = 'MI_example'