From c5e3c9182d0cc312196aa5e1de305e9ab5a7cda3 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 28 Oct 2020 08:04:08 -0400 Subject: vl: extract softmmu/globals.c Reviewed-by: Igor Mammedov Signed-off-by: Paolo Bonzini --- include/exec/cpu-common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/exec/cpu-common.h') diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index bd5e15dd7d..5a0a2d93e0 100644 --- a/include/exec/cpu-common.h +++ b/include/exec/cpu-common.h @@ -105,4 +105,7 @@ int ram_block_discard_range(RAMBlock *rb, uint64_t start, size_t length); #endif +/* vl.c */ +extern int singlestep; + #endif /* CPU_COMMON_H */ -- cgit 1.4.1