[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[JITTER] Error codes from *append instructions
From: |
Jose E. Marchesi |
Subject: |
[JITTER] Error codes from *append instructions |
Date: |
Sat, 11 Apr 2020 10:46:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Hi people!
There is a problem with the *append routines that Jitter generates: they
will abort on certain circumstances, like when an instruction is
appended and some of its parameters are missing, or when an invalid
instruction name is provided.
This makes it impossible to use Jitter in a library like libpoke.
So we are requesting for these routines to return error codes instead of
aborting. We should be able to distinguish each erroneous situation so
we can wrapper the jitter calls properly in our library.
Thanks! :)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [JITTER] Error codes from *append instructions,
Jose E. Marchesi <=