Fix build with gcc-3.4
This commit is contained in:
parent
4e390064ef
commit
01e7d2a801
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117057
1 changed files with 14 additions and 0 deletions
14
emulators/dgen-sdl/files/patch-star_star.c
Normal file
14
emulators/dgen-sdl/files/patch-star_star.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- star/star.c.orig Sun Aug 22 22:09:09 2004
|
||||
+++ star/star.c Sun Aug 22 22:09:20 2004
|
||||
@@ -1931,7 +1931,7 @@
|
||||
case aind: case ainc: case adec:
|
||||
case adsp: case axdp:
|
||||
usereg();
|
||||
- default:
|
||||
+ default: break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue