As phys_ram_size had been removed since QEMU 0.12. Remove the useless comment.
Signed-off-by: Chen Wen-Ren <che...@iis.sinica.edu.tw> --- exec.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/exec.c b/exec.c index c1e045d..9192579 100644 --- a/exec.c +++ b/exec.c @@ -476,7 +476,6 @@ static void code_gen_alloc(unsigned long tb_size) code_gen_buffer_size = tb_size; if (code_gen_buffer_size == 0) { #if defined(CONFIG_USER_ONLY) - /* in user mode, phys_ram_size is not meaningful */ code_gen_buffer_size = DEFAULT_CODE_GEN_BUFFER_SIZE; #else /* XXX: needs adjustments */ -- 1.7.3.4