Changeset 8691
- Timestamp:
- 01/15/06 21:06:28 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/CodeGen/PIR.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/CodeGen/PIR.hs
r8681 r8691 163 163 tell [StmtRaw (text "errorsoff .PARROT_ERRORS_GLOBALS_FLAG")] 164 164 tellIns $ pmc <-- "find_global" $ [lit pkg, lit name'] 165 -- XXX - change this to an unless_null call on parrot 0.4.2! 165 166 tellIns $ tempINT <-- "defined" $ [reg pmc] 166 167 tellIns $ "if" .- [tempINT, bare globL]
