This commit is contained in:
bellard
2004-11-07 15:51:57 +00:00
parent be5e9cb962
commit 1c1919072b
3 changed files with 12 additions and 1 deletions

1
TODO
View File

@ -4,6 +4,7 @@ TODO list:
#define spin_lock(lock) do { } while (0)
#define wq_spin_lock spin_lock
#define TEST() wq_spin_lock(a)
- typedefs can be structure fields
- see bugfixes.diff + improvement.diff from Daniel Glockner
- constructors
- cast bug (Peter Wang)