mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-22 15:07:43 +08:00
42fc2fa37c
Supported esp32 and esp32s2 boards: https://github.com/espressif/esp-toolchain-docs/blob/main/gcc/build-and-run-native-app.md
13 lines
207 B
ArmAsm
13 lines
207 B
ArmAsm
/*
|
|
* 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
|