From: Jack Lange Date: Mon, 15 Feb 2010 20:14:21 +0000 (-0600) Subject: macro fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=79665f03e54cd35513b44f25d5f1ab2d591eba5c;p=palacios.git macro fix --- diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index 69a41d3..82d4543 100644 --- a/palacios/src/devices/keyboard.c +++ b/palacios/src/devices/keyboard.c @@ -337,7 +337,7 @@ static int key_event_handler(struct v3_vm_info * vm, } // PrintGuestPageTables(info, info->shdw_pg_state.guest_cr3); } -#ifdef CONFIG_SYMBIOTIC +#ifdef CONFIG_SYMCALL else if (evt->scan_code == 0x43) { // F9 Sym test struct guest_info * core = &(vm->cores[0]); PrintDebug("Testing sym call\n");