Ticket #129 (Fixed)Sun May 27 23:28:30 UTC 2007
WindowManager module build issue
Reported by: | David J. Ruck (33) | Severity: | Minor |
Part: | RISC OS: General | Release: | |
Milestone: | Status | Fixed |
Details by David J. Ruck (33):
The WindowManager module command table entry for *WimpWriteDir has a non word aligned code offset. This has been the case since the nested Wimp release and also in the latest 5.00 in RO 5.13 (but possibly fixed in ROLs RO6 code).
The non aligned offset points one byte in to the zero word at the end of the command table, suggesting missing align directive in the source. The *WimpWriteDir command does function correctly, as the kernel seems to round up the value to the next word which is the start of the routine.
Changelog:
Modified by Steve Revill (20) Fri, September 26 2008 - 00:04:10 GMT
- Status changed from Open to Fixed
Fixed in Wimp 5.02 and later.