Skip to content

Commit

Permalink
Merge pull request #2625 from WalterBright/fix5012
Browse files Browse the repository at this point in the history
fix Issue 5012 - ICE(cod3.c): handling a nested function in inline asm.
  • Loading branch information
andralex authored and WalterBright committed Oct 9, 2013
1 parent f65d8c3 commit 0165a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iasm.c
Expand Up @@ -2619,6 +2619,7 @@ STATIC void asm_make_modrm_byte(
{
pc->IFL1 = FLfunc;
pc->IEVdsym1 = d;
pc->Iflags |= CFoff;
pc->IEVoffset1 = popnd->disp;
}
else
Expand Down

0 comments on commit 0165a63

Please sign in to comment.