mirror of
git://projects.qi-hardware.com/iris.git
synced 2025-04-21 12:27:27 +03:00
Make it work with new gcc version; use linker script to force entry code in page 0.
This commit is contained in:
@@ -61,7 +61,7 @@ void kThread::raise (unsigned code, unsigned data):
|
||||
kdebug_num ((unsigned)old_current)
|
||||
kdebug ('/')
|
||||
if code < Iris::NUM_EXCEPTION_CODES:
|
||||
kdebug (Iris::exception_name[code])
|
||||
kdebug (Iris::exception_name(code))
|
||||
else:
|
||||
kdebug ("invalid code:")
|
||||
kdebug_num (code)
|
||||
|
||||
Reference in New Issue
Block a user