From 5bf5c9a1a44f46f66af69a86ce73a3cb500ff395 Mon Sep 17 00:00:00 2001 From: slade_rich Date: Mon, 20 Jun 2005 01:43:04 +0000 Subject: [PATCH] PIC14: Fixed problem when a string constant contains a "\\r\\n" and the output asm file line is printed on two lines. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3784 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index e5e16818..ac649b9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-20 Slade Rich + + * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n" + and the output asm file line is printed on two lines. + 2005-06-19 Erik Petrich * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of -- 2.47.2