diff options
Diffstat (limited to 'backendC/CleanCompilerSources/instructions.h')
-rw-r--r-- | backendC/CleanCompilerSources/instructions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/instructions.h b/backendC/CleanCompilerSources/instructions.h index 62d2b6c..21b4dce 100644 --- a/backendC/CleanCompilerSources/instructions.h +++ b/backendC/CleanCompilerSources/instructions.h @@ -145,6 +145,7 @@ void GenExportRecord (SymbDef sdef); void GenExportFieldSelector (SymbDef sdef); void GenExportStrictAndEaEntry (SymbDef sdef); void GenExportEaEntry (SymbDef sdef); +void GenExportEuEntry (SymbDef sdef); void GenDAStackLayout (int asize); void GenDStackLayoutOfStates (int asize,int bsize,int n_states,StateP state_p); |