~ubuntu-bugs-auftrags-killer/qemu/proper-error-characters

« back to all changes in this revision

Viewing changes to tcg/tcg.c

  • Committer: blueswir1
  • Date: 2008-10-26 13:43:07 UTC
  • Revision ID: git-v1:b1d8e52e636fd2c137e5abb2d59b331473e0930d
Fix undeclared symbol warnings from sparse

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5539 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
#undef DEF2
64
64
};
65
65
 
66
 
TCGRegSet tcg_target_available_regs[2];
67
 
TCGRegSet tcg_target_call_clobber_regs;
 
66
static TCGRegSet tcg_target_available_regs[2];
 
67
static TCGRegSet tcg_target_call_clobber_regs;
68
68
 
69
69
/* XXX: move that inside the context */
70
70
uint16_t *gen_opc_ptr;