* Stefan Tauner stefan.tauner@student.tuwien.ac.at [110401 14:33]:
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
ichspi.c | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 41 insertions(+), 6 deletions(-)
diff --git a/ichspi.c b/ichspi.c index 9491604..b24b6a0 100644 --- a/ichspi.c +++ b/ichspi.c @@ -242,6 +242,41 @@ static OPCODE POSSIBLE_OPCODES[] = {
static OPCODES O_EXISTING = {};
+/* pretty printing functions */ +static void pretty_print_opcodes(OPCODES *ops){
curly brakes for functions should go on a new line.
Stefan