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 <bbruce@ucdavis.edu> Reviewed-by: Gabe Black <gabe.black@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Bobby Bruce
parent
9cabfd7a9b
commit
df51612714
@@ -1,3 +1,3 @@
|
||||
TARGET_ISA = 'x86'
|
||||
CPU_MODELS = 'TimingSimpleCPU,O3CPU,AtomicSimpleCPU'
|
||||
PROTOCOL = 'MI_example
|
||||
PROTOCOL = 'MI_example'
|
||||
|
||||
Reference in New Issue
Block a user