Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sim-call.S « xtensa « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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