summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c
index a2e77da..22dd491 100644
--- a/i386/i386/trap.c
+++ b/i386/i386/trap.c
@@ -532,7 +532,7 @@ printf("user trap %d error %d sub %08x\n", type, code, subcode);
static unsigned count = 0;
count++;
if (!(count % 10000))
- print("%d 4gb segments accesses\n", count);
+ printf("%d 4gb segments accesses\n", count);
if (count > 1000000) {
printf("A million 4gb segment accesses, stopping reporting them.");
if (hyp_vm_assist(VMASST_CMD_disable, VMASST_TYPE_4gb_segments_notify))