Skip to content

Commit

Permalink
Fix crash from Asm initialization twice
Browse files Browse the repository at this point in the history
  • Loading branch information
lakor64 authored and jmalak committed Jul 1, 2023
1 parent 7f42b59 commit 40212d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bld/cc/c/cpragmps.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,14 @@ static bool GetByteSeq( aux_info *info )
void PragmaInit( void )
/*********************/
{
AsmInit();

}


void PragmaFini( void )
/*********************/
{
AsmFiniRelocs();
AsmFini();

}

static void InitAuxInfo( void )
Expand Down

0 comments on commit 40212d6

Please sign in to comment.