fis-gtm/sr_x86_64/mum_tstart.s

35 lines
862 B
ArmAsm

#################################################################
# #
# Copyright 2007 Fidelity Information Services, Inc #
# #
# This source code contains the intellectual property #
# of its copyright holder(s), and is made available #
# under a license. If you do not know the terms of #
# the license, please stop and do not read further. #
# #
#################################################################
.TITLE mum_tstart.s
.include "linkage.si"
.include "g_msf.si"
#comment perhaps
.sbttl mum_tstart
.data
.extern frame_pointer
.extern proc_act_type
.text
.extern trans_code
.extern inst_flush
ENTRY mum_tstart
addq $8, REG_SP # back up over return address
cmpw $0, proc_act_type(REG_IP)
je l1
call trans_code
l1: getframe
leaq xfer_table(REG_IP), REG_XFER_TABLE
call inst_flush # smw 99/11/24 is this needed
ret