This commit is contained in:
bellard
2003-04-14 22:23:55 +00:00
parent c5ab452d64
commit 0d6f8021ee
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +1,11 @@
version 0.9.18:
- header fix (time.h)
- fixed inline asm without operand case
- fixed 'default:' or 'case x:' with '}' after (incorrect C construct accepted
by gcc)
- added 'A' inline asm constraint.
version 0.9.17:
- PLT generation fix