9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7e6205016c51cfd5ee86c1ca4b7b2492ddcc989c
parent 162747b94f638768178d38af33f1f609305dd581
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Thu, 28 Feb 2019 10:21:21 +0000

[target/native] Remove in_backtrace and in_dumpstack

These variables are not declared in this file, and at this
moment is not clear if it is useful to use them there
with the new model.

Change-Id: I37d42b97dc37f362f82c6cdc1ecbd1335af37b34

Diffstat:
Mtarget/native/rom.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/target/native/rom.c b/target/native/rom.c @@ -93,8 +93,6 @@ ibss(Mach *mp) { struct _Env *envp; - in_backtrace = 1; - in_dumpstack = 1; rmctab = &romtab; envp = environ = mp->env; envp->nvars = ENVPOS;