*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
[platform/upstream/busybox.git] / libbb / getopt32.c
index 86c3348..9dba44d 100644 (file)
@@ -316,7 +316,7 @@ const char *applet_long_options;
 
 uint32_t option_mask32;
 
-uint32_t
+uint32_t FAST_FUNC
 getopt32(char **argv, const char *applet_opts, ...)
 {
        int argc;