mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
Moving to config independent types stage 1 - generate intxx types.
This commit is contained in:
parent
159f5a3d80
commit
ee8342ef0d
168 changed files with 6673 additions and 6565 deletions
|
|
@ -21,7 +21,7 @@ static CHAR Vishap_mname[256];
|
|||
export void Vishap_Module (BOOLEAN *done);
|
||||
static void Vishap_PropagateElementaryTypeSizes (void);
|
||||
export void Vishap_Translate (void);
|
||||
static void Vishap_Trap (INTEGER sig);
|
||||
static void Vishap_Trap (int32 sig);
|
||||
|
||||
|
||||
void Vishap_Module (BOOLEAN *done)
|
||||
|
|
@ -127,7 +127,7 @@ void Vishap_Translate (void)
|
|||
}
|
||||
}
|
||||
|
||||
static void Vishap_Trap (INTEGER sig)
|
||||
static void Vishap_Trap (int32 sig)
|
||||
{
|
||||
Heap_FINALL();
|
||||
if (sig == 3) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue