From: Peter Dinda Date: Tue, 5 Oct 2010 22:30:46 +0000 (-0500) Subject: Fixed minor syntax error X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=3df3ce0563ed291efdbe800bcb9523256f87272d;p=palacios.git Fixed minor syntax error --- diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index f7cf5e6..78d5452 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -902,7 +902,7 @@ static int apic_write(struct guest_info * core, addr_t guest_addr, void * src, u // ICC??? PrintDebug("apic %u: core %u: sending cmd 0x%llx to apic %u\n", - apic->clapic_id.val, core->cpu_id, + apic->lapic_id.val, core->cpu_id, apic->int_cmd.val, apic->int_cmd.dst); if (v3_icc_send_ipi(apic->icc_bus, apic->lapic_id.val, apic->int_cmd.val,apic->dst_fmt.val,0)==-1) { return -1;