From 0aaa8e3fc8f8a1481333b564f0922277c8d8ad59 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 30 Jun 2011 00:15:53 +0000 Subject: TQt4 port piklab This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1238822 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- test/pic30/standalone_test.s | 2 +- test/pic30/test.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/pic30') diff --git a/test/pic30/standalone_test.s b/test/pic30/standalone_test.s index 98a8d5c..1682fed 100644 --- a/test/pic30/standalone_test.s +++ b/test/pic30/standalone_test.s @@ -9,7 +9,7 @@ hello: .text .global __reset __reset: - ; set PSVPAG to page that contains 'hello' + ; set PSVPAG to page that tqcontains 'hello' mov #psvpage(hello),w0 mov w0,PSVPAG ; enable Program Space Visibility diff --git a/test/pic30/test.s b/test/pic30/test.s index 98a8d5c..1682fed 100644 --- a/test/pic30/test.s +++ b/test/pic30/test.s @@ -9,7 +9,7 @@ hello: .text .global __reset __reset: - ; set PSVPAG to page that contains 'hello' + ; set PSVPAG to page that tqcontains 'hello' mov #psvpage(hello),w0 mov w0,PSVPAG ; enable Program Space Visibility -- cgit v1.2.1