OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /c0or1k/trunk/conts/baremetal/test_suite/src
    from Rev 6 to Rev 7
    Reverse comparison

Rev 6 → Rev 7

/arch-or1k/new_thread.S.ARM
0,0 → 1,11
#include <l4lib/macros.h>
#include L4LIB_INC_ARCH(asm.h)
 
BEGIN_PROC(local_setup_new_thread)
ldr r0, [sp, #-4]! @ Load first argument.
mov lr, pc @ Save return address
ldr pc, [sp, #-4]! @ Load function pointer from stack
new_thread_exit:
b new_thread_exit @ We infinitely loop for now.
END_PROC(local_setup_new_thread)
 
arch-or1k/new_thread.S.ARM Property changes : Added: svn:mergeinfo ## -0,0 +0,0 ## Index: arch-or1k =================================================================== --- arch-or1k (nonexistent) +++ arch-or1k (revision 7)
arch-or1k Property changes : Added: svn:mergeinfo ## -0,0 +0,0 ##

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.