comparison dyncallback/dyncall_callback_mips_eabi_gas.s @ 156:9e4f1355a388

- cosmetics
author cslag
date Fri, 25 Nov 2016 18:59:26 +0000
parents 9aa75a74614c
children
comparison
equal deleted inserted replaced
155:bbefb8b8e74c 156:9e4f1355a388
20 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 20 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
21 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22 22
23 */ 23 */
24 24
25 /* input: 25 /* input:
26 $t4 -> thunk 26 $t4 -> thunk
27 $t4+20 -> cb handler 27 $t4+20 -> cb handler
28 $t4+24 -> userdata 28 $t4+24 -> userdata
29 */ 29 */
30 30
31 .text 31 .text
32 .globl dcCallbackThunkEntry 32 .globl dcCallbackThunkEntry
33 .ent dcCallbackThunkEntry 33 .ent dcCallbackThunkEntry
34 34
35 /* Called by thunk - thunk stores pointer to DCCallback in $12 ($t4), and */ 35 /* Called by thunk - thunk stores pointer to DCCallback in $12 ($t4), and */
36 /* pointer to called function in $25 ($t9, required for PIC) */ 36 /* pointer to called function in $25 ($t9, required for PIC) */
37 dcCallbackThunkEntry: 37 dcCallbackThunkEntry:
38 .set noreorder 38 .set noreorder