aboutsummaryrefslogtreecommitdiff
path: root/src/fw/xen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fw/xen.c')
-rw-r--r--src/fw/xen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fw/xen.c b/src/fw/xen.c
index 3f19ef2..a215b9e 100644
--- a/src/fw/xen.c
+++ b/src/fw/xen.c
@@ -71,6 +71,7 @@ void xen_preinit(void)
signature, base);
if (strcmp(signature, "XenVMMXenVMM") == 0) {
/* Set debug_io_port first, so the following messages work. */
+ code_mutable_preinit();
DebugOutputPort = 0xe9;
debug_banner();
dprintf(1, "\nFound Xen hypervisor signature at %x\n", base);