Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3825 → Rev 3826

/trunk/boot/genarch/ofw.c
203,8 → 203,8
ofw_arg_t result[4];
int shift;
 
if (ofw_call("call-method", 3, 5, result, "translate", ofw_mmu,
virt) != 0) {
if (ofw_call("call-method", 4, 5, result, "translate", ofw_mmu,
virt, 0) != 0) {
puts("Error: MMU method translate() failed, halting.\n");
halt();
}