# HG changeset patch # User cslag # Date 1480100366 0 # Node ID 9e4f1355a388eaf8749039590a9cbd0aae71eb15 # Parent bbefb8b8e74c6a72f7932490c00dcfbf42591d08 - cosmetics diff -r bbefb8b8e74c -r 9e4f1355a388 dyncallback/dyncall_callback_mips_eabi_gas.s --- a/dyncallback/dyncall_callback_mips_eabi_gas.s Thu Nov 24 23:47:31 2016 +0000 +++ b/dyncallback/dyncall_callback_mips_eabi_gas.s Fri Nov 25 18:59:26 2016 +0000 @@ -22,15 +22,15 @@ */ - /* input: - $t4 -> thunk - $t4+20 -> cb handler - $t4+24 -> userdata - */ +/* input: + $t4 -> thunk + $t4+20 -> cb handler + $t4+24 -> userdata +*/ - .text - .globl dcCallbackThunkEntry - .ent dcCallbackThunkEntry +.text +.globl dcCallbackThunkEntry +.ent dcCallbackThunkEntry /* Called by thunk - thunk stores pointer to DCCallback in $12 ($t4), and */ /* pointer to called function in $25 ($t9, required for PIC) */