Changeset 4bc73fa in mainline


Ignore:
Timestamp:
2009-01-29T16:32:46Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14324438
Parents:
e5be99a
Message:

call mmu_translate with corrent number of arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw.c

    re5be99a r4bc73fa  
    204204        int shift;
    205205
    206         if (ofw_call("call-method", 3, 5, result, "translate", ofw_mmu,
    207             virt) != 0) {
     206        if (ofw_call("call-method", 4, 5, result, "translate", ofw_mmu,
     207            virt, 0) != 0) {
    208208                puts("Error: MMU method translate() failed, halting.\n");
    209209                halt();
Note: See TracChangeset for help on using the changeset viewer.