From d979150be3357c7326f8822d413d79af9431f901 Mon Sep 17 00:00:00 2001
From: "Tristan Poland (Trident_For_U)"
 <34868944+tristanpoland@users.noreply.github.com>
Date: Wed, 25 Sep 2024 17:57:28 -0400
Subject: [PATCH] Update main.rs

---
 repbuild/src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repbuild/src/main.rs b/repbuild/src/main.rs
index 7a58d38..3165603 100644
--- a/repbuild/src/main.rs
+++ b/repbuild/src/main.rs
@@ -349,7 +349,7 @@ fn run(release: bool, target: Target) -> Result<(), Error> {
                 "-m", "2G",
                 "-smp", "1",
 //                "-machine", "accel=kvm",
-//                "-cpu", "host",
+                "-cpu", "Broadwell",
                 "-device", "isa-debug-exit,iobase=0xf4,iosize=0x04",
             ]);
         }