X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_dbg.c;h=f493acc5949b74729e5ce583615266cf808340f3;hp=3ccfa0528aa70b5adc9ebcb467d45c48c6ea43ff;hb=5be13b76a2e29b84cd6d1eec065e3354b0dafce5;hpb=022f83ca6fd589005d8eb3e25e633950fef69fa7 diff --git a/ao_dbg.c b/ao_dbg.c index 3ccfa052..f493acc5 100644 --- a/ao_dbg.c +++ b/ao_dbg.c @@ -3,8 +3,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -107,7 +106,7 @@ __xdata uint8_t save_dpl1; __xdata uint8_t save_dph1; static uint8_t -ao_dbg_inst1(uint8_t a) +ao_dbg_inst1(uint8_t a) __reentrant { ao_dbg_send_byte(DEBUG_INSTR(1)); ao_dbg_send_byte(a); @@ -115,7 +114,7 @@ ao_dbg_inst1(uint8_t a) } static uint8_t -ao_dbg_inst2(uint8_t a, uint8_t b) +ao_dbg_inst2(uint8_t a, uint8_t b) __reentrant { ao_dbg_send_byte(DEBUG_INSTR(2)); ao_dbg_send_byte(a); @@ -124,7 +123,7 @@ ao_dbg_inst2(uint8_t a, uint8_t b) } static uint8_t -ao_dbg_inst3(uint8_t a, uint8_t b, uint8_t c) +ao_dbg_inst3(uint8_t a, uint8_t b, uint8_t c) __reentrant { ao_dbg_send_byte(DEBUG_INSTR(3)); ao_dbg_send_byte(a);