Commit 8f355d67 authored by 陳韋任's avatar 陳韋任 Committed by Stefan Hajnoczi
Browse files

exec.c: Remove useless comment



  As phys_ram_size had been removed since QEMU 0.12. Remove the useless
comment.

Signed-off-by: default avatarChen Wen-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent 512a2cf8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -469,7 +469,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 */