mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* defilep.y (opt_base): If no number given, set to default
(-1), not 0.
This commit is contained in:
@ -236,7 +236,7 @@ opt_equal_name:
|
||||
;
|
||||
|
||||
opt_base: BASE '=' NUMBER { $$ = $3;}
|
||||
| { $$ = 0;}
|
||||
| { $$ = -1;}
|
||||
;
|
||||
|
||||
dot_name: ID { $$ = $1; }
|
||||
|
Reference in New Issue
Block a user