mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +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
|
|
@ -20,7 +20,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 (int16 sig);
|
||||
|
||||
|
||||
void Vishap_Module (BOOLEAN *done)
|
||||
|
|
@ -126,7 +126,7 @@ void Vishap_Translate (void)
|
|||
}
|
||||
}
|
||||
|
||||
static void Vishap_Trap (INTEGER sig)
|
||||
static void Vishap_Trap (int16 sig)
|
||||
{
|
||||
Heap_FINALL();
|
||||
if (sig == 3) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue