mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
merge from gcc
This commit is contained in:
@ -2505,6 +2505,8 @@ d_substitution (struct d_info *di, int prefix)
|
||||
id = id * 36 + c - 'A' + 10;
|
||||
else
|
||||
return NULL;
|
||||
if (id < 0)
|
||||
return NULL;
|
||||
c = d_next_char (di);
|
||||
}
|
||||
while (c != '_');
|
||||
|
Reference in New Issue
Block a user