Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 349653a

Browse files
authoredJan 31, 2025··
Update header
1 parent b0c4ae0 commit 349653a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎qemu/target/s390x/translate.c

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
# define LOG_DISAS(...) do { } while (0)
2929
#endif
3030

31+
#define NUM_REGS 16
32+
3133
#include "qemu/osdep.h"
3234
#include "cpu.h"
3335
#include "internal.h"

0 commit comments

Comments
 (0)
Please sign in to comment.