aboutsummaryrefslogtreecommitdiff
path: root/libgloss/xtensa/sim-call.S
blob: 646885426aa953443bf5e8aa227a33940549c1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (C) 2023 Espressif Systems (Shanghai) CO LTD
 * SPDX-License-Identifier: BSD-2-Clause
 */

	.type	__sim_call, @function
	.align	4
	.global __sim_call
__sim_call:
	entry	a1, 32
	simcall
	retw