[gccsdk] [Bug 191] New: SWI KeyInput_ScanMutiple has unknown type
bugzilla-daemon at riscos.info
bugzilla-daemon at riscos.info
Tue Jan 19 12:38:00 PST 2010
http://www.riscos.info/bugzilla3/show_bug.cgi?id=191
Summary: SWI KeyInput_ScanMutiple has unknown type
Product: Ports
Version: unspecified
Platform: Other
OS/Version: RISC OS
Status: NEW
Severity: feature request
Priority: P1
Component: Other
AssignedTo: John.Tytgat at aaug.net
ReportedBy: jjvdgeer at c2i.net
Estimated Hours: 0.0
The SWI KeyInput_ScanMutiple has type KeyInputMultiple_Flags for R0. However,
this type is not defined. I assume the type should have been
KeyInputScanMultiple_Flags.
I suppose this patch should fix it:
--- Core/oslib/KeyInput.swi (revision 391)
+++ Core/oslib/KeyInput.swi (working copy)
@@ -60,7 +60,7 @@
KeyInput_ScanMutiple =
( NUMBER 0x58543 "Read the state of keys to a buffer",
ENTRY
- ( R0 = KeyInputMultiple_Flags: flags,
+ ( R0 = KeyInputScanMultiple_Flags: flags,
R1 = .Int: initial_code,
R2 = .Ref .Int: buf,
R3 = .Int: num_entries_to_fill
--
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the gcc
mailing list