Save some DSEG space by marking cmd functions __reentrant
authorKeith Packard <keithp@keithp.com>
Fri, 16 Oct 2009 03:56:45 +0000 (12:56 +0900)
committerKeith Packard <keithp@keithp.com>
Fri, 16 Oct 2009 03:56:45 +0000 (12:56 +0900)
__reentrant causes the compiler to place args and locals on the stack
instead of in the data segment.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found