/[qemu]/qemu/exec.c
ViewVC logotype

Diff of /qemu/exec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.57 by bellard, Thu Feb 10 21:56:58 2005 UTC revision 1.58 by bellard, Thu Apr 7 22:20:28 2005 UTC
# Line 58  int nb_tbs; Line 58  int nb_tbs;
58  /* any access to the tbs or the page table must use this lock */  /* any access to the tbs or the page table must use this lock */
59  spinlock_t tb_lock = SPIN_LOCK_UNLOCKED;  spinlock_t tb_lock = SPIN_LOCK_UNLOCKED;
60    
61  uint8_t code_gen_buffer[CODE_GEN_BUFFER_SIZE];  uint8_t code_gen_buffer[CODE_GEN_BUFFER_SIZE] __attribute__((aligned (32)));
62  uint8_t *code_gen_ptr;  uint8_t *code_gen_ptr;
63    
64  int phys_ram_size;  int phys_ram_size;

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26