Changeset 0750a3a in mainline for arch/mips/src


Ignore:
Timestamp:
2005-05-08T22:44:14Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ef72c9
Parents:
2265edf
Message:

Add missing '\' to Makefile.inc
Remove leading '_' from before_thread_runs_arch() in fake.s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/fake.s

    r2265edf r0750a3a  
    3333.global asm_delay_loop
    3434.global userspace
    35 .global _before_thread_runs_arch
     35.global before_thread_runs_arch
    3636
    3737before_thread_runs_arch:
Note: See TracChangeset for help on using the changeset viewer.