mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
tweak comment regarding state transitions
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user