~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to tcg/sparc/tcg-target.c

  • Committer: blueswir1
  • Date: 2008-03-11 21:01:02 UTC
  • Revision ID: git-v1:0954d0d9e242b4bc122eeaefb8825cc8f8eb3ab5
 Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)


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

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    "%i7",
58
58
};
59
59
 
60
 
static const int tcg_target_reg_alloc_order[TCG_TARGET_NB_REGS] = {
 
60
static const int tcg_target_reg_alloc_order[] = {
61
61
    TCG_REG_L0,
62
62
    TCG_REG_L1,
63
63
    TCG_REG_L2,