tweak comment regarding state transitions
This commit is contained in:
parent
c66e3d6479
commit
c94a25c228
1 changed files with 8 additions and 4 deletions
|
@ -96,10 +96,14 @@ const char FLT_CHARS[] = "dD";
|
||||||
seen).
|
seen).
|
||||||
|
|
||||||
Allowed state transitions:
|
Allowed state transitions:
|
||||||
ASM_INIT -> ASM_MPG
|
ASM_INIT <--> ASM_MPG
|
||||||
ASM_DIRECT -> ASM_GIF
|
ASM_DIRECT <--> ASM_GIF
|
||||||
ASM_UNPACK
|
ASM_UNPACK
|
||||||
ASM_VU
|
ASM_VU
|
||||||
|
|
||||||
|
FIXME: Make the ASM_INIT -> ASM_VU a one way transition.
|
||||||
|
".vu" must be seen at the top of the file,
|
||||||
|
and cannot be switched out of.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue