mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 03:13:44 +08:00
exec.c: Remove useless comment
As phys_ram_size had been removed since QEMU 0.12. Remove the useless comment. Signed-off-by: Chen Wen-Ren <chenwj@iis.sinica.edu.tw> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
512a2cf8e9
commit
8f355d6775
1
exec.c
1
exec.c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user