]> Git Repo - qemu.git/blobdiff - tests/qruncom.c
cpu_single_env usage fix
[qemu.git] / tests / qruncom.c
index fcc069f6d0eca44c9998b5d168349099b89957a3..92b28ea68afa7bc5ea66dee387facc042c8a4067 100644 (file)
@@ -15,8 +15,6 @@
 
 //#define SIGTEST
 
-CPUState *cpu_single_env = NULL;
-
 void cpu_outb(CPUState *env, int addr, int val)
 {
     fprintf(stderr, "outb: port=0x%04x, data=%02x\n", addr, val);
This page took 0.022295 seconds and 4 git commands to generate.