X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fs51.src%2Fuc51cl.h;h=aeaa23e6483dbcf2ef232b6bd649b4e706151966;hb=fca88f56fdc29aeb56aa4b9ff7195c9a69adf034;hp=e961385ee7101bf884397f50ad909db31f7afff8;hpb=066cd8ebd4f07ca4e8777d238da4313f8915169f;p=fw%2Fsdcc diff --git a/sim/ucsim/s51.src/uc51cl.h b/sim/ucsim/s51.src/uc51cl.h index e961385e..aeaa23e6 100644 --- a/sim/ucsim/s51.src/uc51cl.h +++ b/sim/ucsim/s51.src/uc51cl.h @@ -2,7 +2,7 @@ * Simulator of microcontrollers (uc51cl.h) * * Copyright (C) 1999,99 Drotos Daniel, Talker Bt. - * + * * To contact author send email to drdani@mazsola.iit.uni-miskolc.hu * */ @@ -14,12 +14,12 @@ 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. - + UCSIM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with UCSIM; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA @@ -98,7 +98,7 @@ public: virtual struct dis_entry *dis_tbl(void); virtual struct name_entry *sfr_tbl(void); virtual struct name_entry *bit_tbl(void); - virtual char *disass(t_addr addr, char *sep); + virtual const char *disass(t_addr addr, const char *sep); virtual void print_regs(class cl_console_base *con); virtual class cl_address_space *bit2mem(t_addr bitaddr, t_addr *memaddr, t_mem *bitmask);