From e92e80edf48028c59c83a4ed9697636f4d3ace0b Mon Sep 17 00:00:00 2001 From: "K.Ohta" Date: Sat, 17 Oct 2015 03:36:13 +0900 Subject: [PATCH] [VM][IO] Fix FTBFS. --- source/src/vm/io.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/src/vm/io.h b/source/src/vm/io.h index dcd97879c..7141c5fec 100644 --- a/source/src/vm/io.h +++ b/source/src/vm/io.h @@ -56,7 +56,9 @@ public: wr_table[i].dev = rd_table[i].dev = vm->dummy; wr_table[i].addr = rd_table[i].addr = i; } +#ifdef _IO_DEBUG_LOG cpu_index = 0; +#endif } ~IO() {} -- 2.11.0