Changeset bc0bb7c in mainline


Ignore:
Timestamp:
2009-03-06T09:53:36Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56d5c7f
Parents:
e5855f2
Message:

save destination address properly in all cases
(this fixes IPC on mips32)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/asm.S

    re5855f2 rbc0bb7c  
    7272memcpy_from_uspace:
    7373memcpy_to_uspace:
     74        move    $t2,$a0                 # save dst
    7475        addiu   $v0,$a1,3
    7576        li      $v1,-4                  # 0xfffffffffffffffc
     
    7778        beq     $a1,$v0,3f
    7879        move    $t0,$a0
    79         move    $t2,$a0                 # save dst
    8080
    81810:
Note: See TracChangeset for help on using the changeset viewer.