> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 21:25:07  up  21:40,  2 users,  load average: 0.81, 0.77, 0.89
This commit is contained in:
tracer-ysyx 2024-01-12 21:25:07 +08:00 committed by xinyangli
parent 74fcff1ca7
commit 4c1ec5b003
4 changed files with 36 additions and 35 deletions

View file

@ -69,7 +69,7 @@ extern int yydebug;
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef int YYSTYPE;
typedef uint32_t YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1
#endif

View file

@ -326,8 +326,8 @@ void sdb_mainloop() {
}
void init_sdb() {
/* Compile the regular expressions. */
init_regex();
// /* Compile the regular expressions. */
// init_regex();
/* Initialize the watchpoint pool. */
init_wp_pool();