Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jeffrey Lee
VFPSupport
Commits
72147877
Commit
72147877
authored
May 25, 2021
by
Robert Sprowson
Committed by
ROOL
Jun 23, 2021
Browse files
Fix for garbled 'No such SWI' message
Remember to fill in the module title for %0.
parent
f49f2d8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
s/Errors
s/Errors
+0
-4
s/Module
s/Module
+9
-2
No files found.
s/Errors
View file @
72147877
...
...
@@ -37,8 +37,4 @@
MakeInternatErrorBlock
VFPSupport_Instanced
,,
E06
MakeInternatErrorBlock
VFPSupport_BadFlags
,,
E07
; Other errors
MakeInternatErrorBlock
ModuleBadSWI
END
s/Module
View file @
72147877
...
...
@@ -633,8 +633,15 @@ JumpTable
EndOfJumpTable
UnknownSWI
ADRL
r0
,
ErrorBlock_ModuleBadSWI
B
ReturnError_LR
Push
"r1-r2,r4,lr"
ADR
r0
,
ErrorBlock_ModuleBadSWI
MOV
r1
,
#
0
; Global messages
MOV
r2
,
#
0
; Internal buffer
ADRL
r4
,
ModuleTitle
SWI
XMessageTrans_ErrorLookup
; Sets V
Pull
"r1-r2,r4,pc"
MakeErrorBlock
ModuleBadSWI
SWI_CheckContext
; in: R0 = flags
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment