j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Hi,
after feeding the SymbiosLogic 825 FCode driver from Apple ( http://www.freiburg.linux.de/OpenBIOS/bin/AAPL-8250.4th ) to the tokenizer I found that the old implementation of abort" was not really doing what it should. According to IEEE 1275 it is an equivalent to -2 throw, which I implemented as a macro. This would not work and not behave like it should, so I replaced it:
flag? abort" text"
is now tokenized to:
flag? if " text" type -2 throw then
Is this the wanted behaviour? Any ideas?
Best regards, Stefan Reinauer
if " text" type -2 throw then
IF S" text" -2 THROW THEN
Cheers,
Segher
- To unsubscribe: send mail to majordomo@freiburg.linux.de with 'unsubscribe openbios' in the body of the message http://www.freiburg.linux.de/OpenBIOS/ - free your system..