Revert "arch/sim: Rename up_vfork[32|64].S to up_vfork_x[32|64].S"

This reverts commit 3982296294.
This commit is contained in:
Xiang Xiao 2022-01-07 11:20:21 +08:00 committed by Xiang Xiao
parent 8c35d31808
commit 1a02556265
3 changed files with 5 additions and 5 deletions

View File

@ -41,12 +41,12 @@ REQUIREDOBJS = $(LINKOBJS)
ifeq ($(CONFIG_HOST_X86_64),y)
ifeq ($(CONFIG_SIM_M32),y)
ASRCS += up_vfork_x32.S
ASRCS += up_vfork32.S
else
ASRCS += up_vfork_x64.S
ASRCS += up_vfork64.S
endif
else ifeq ($(CONFIG_HOST_X86),y)
ASRCS += up_vfork_x32.S
ASRCS += up_vfork32.S
else ifeq ($(CONFIG_HOST_ARM),y)
ASRCS += up_vfork_arm.S
endif

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/sim/src/sim/up_vfork_x32.S
* arch/sim/src/sim/up_vfork32.S
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arch/sim/src/sim/up_vfork_x64.S
* arch/sim/src/sim/up_vfork64.S
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with