[Info-vax] MACRO BUG_CHECK help
issinoho
iain at issinoho.com
Sun Jul 9 08:23:03 EDT 2023
On Saturday, 8 July 2023 at 17:48:38 UTC+1, David Turner wrote:
> OMG issinoho
>
> This Side Up No Hooks
>
> The Bear right?
> On 7/6/2023 7:07 AM, issinoho wrote:
> > Hi all, I have some legacy (VAX) MACRO code which kills the system using a BUG_CHECK operation. On porting to X86 I get a compilation error.
> > Please don't concentrate on why or how this is doing what it's doing, I'm simply helping support this code as-is.
> >
> > Code:
> > .title fatal
> > .entry fatal,^m<>
> > $cmkrnl_s routin=kill_system
> > ret
> > .entry kill_system,^m<>
> > BUG_CHECK 1000,FATAL
> > .end
> >
> > Error:
> > MACRO /NOLIST/OBJECT=FATAL FATAL.MAR
> >
> > BUG_CHECK 1000,FATAL
> > ^
> > %XMAC-E-UNRECSTMT, unrecognized statement
> > at line number 6 in file USERDEV:[builds.000.source]fatal.mar;2
> >
> > BUG_CHECK 1000,FATAL
> > ^
> > %XMAC-E-PREVERROR, previous errors prevent further analysis
> > at line number 6 in file USERDEV:[builds.000.source]fatal.mar;2
> >
> > Any help with this would be appreciated. TYIA.
@david yes, correct! Someone else who remembers that show :-)
More information about the Info-vax
mailing list