Skip to content

Commit

Permalink
Merge pull request #519 from dawgfoto/master
Browse files Browse the repository at this point in the history
small debug helper fixes
  • Loading branch information
WalterBright committed Nov 21, 2011
2 parents 500cfce + 9328fef commit 7e53ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cgcod.c
Expand Up @@ -2474,7 +2474,7 @@ code *scodelem(elem *e,regm_t *pretregs,regm_t keepmsk,bool constflag)
const char *regm_str(regm_t rm)
{
#define NUM 4
#define SMAX 64
#define SMAX 128
static char str[NUM][SMAX + 1];
static int i;

Expand Down
1 change: 1 addition & 0 deletions src/backend/cgen.c
Expand Up @@ -204,6 +204,7 @@ code *gen1(code *c,unsigned op)

ce = code_calloc();
ce->Iop = op;
ccheck(ce);
assert(op != LEA);
if (c)
{ cstart = c;
Expand Down

0 comments on commit 7e53ceb

Please sign in to comment.