mirror of
git://projects.qi-hardware.com/iris.git
synced 2025-04-21 12:27:27 +03:00
update things to work with new compiler and sdram chip
This commit is contained in:
@@ -582,7 +582,8 @@ Iris::Num start ():
|
||||
if (*d)->type == type && (*d)->index == index:
|
||||
break
|
||||
if !d:
|
||||
Iris::panic (0, "unregistered device provided")
|
||||
Iris::debug ("caller: %s\n", caller->name)
|
||||
Iris::panic (type, "unregistered device provided")
|
||||
(*d)->cap = Iris::get_arg ()
|
||||
Iris::recv.reply.invoke ()
|
||||
if (*d)->client:
|
||||
|
||||
@@ -90,7 +90,7 @@ Iris::Num start ():
|
||||
Iris::my_memory.map (tmp, (unsigned)tmp_addr)
|
||||
|
||||
Iris::Cap cap = Iris::my_receiver.create_capability (0)
|
||||
Iris::my_parent.provide_capability <Iris::WString> (cap.copy ())
|
||||
Iris::my_parent.provide_capability <Iris::WBlock> (cap.copy ())
|
||||
Iris::free_cap (cap)
|
||||
|
||||
Iris::my_parent.init_done ()
|
||||
|
||||
Reference in New Issue
Block a user