Files
rgbds/include/asm
ISSOtm 7c8eba9fd2 Remove error message causing segfault
This was utterly stupid. The check right above ensured that `sym` was NULL,
ergo that the argument to `yyerror` *would* segfault.

The only two call sites cannot pass a non-NULL pointer anyways, which I'm
betting is why this went unnoticed.
I did what an optimizing compiler would do anyways: remove the dead code.
2020-03-11 00:39:57 +01:00
..
2019-08-29 14:04:58 +02:00
2019-12-04 00:16:28 +01:00
2020-02-10 03:34:58 +01:00
2020-01-26 15:33:36 +01:00
2018-01-26 22:59:02 +00:00
2020-02-23 22:43:50 +01:00
2020-03-11 00:39:57 +01:00
2019-08-29 21:54:06 -07:00
2020-02-05 13:20:51 +01:00