|
|
| version 1.10, 2004/01/09 04:36:02 | version 1.11, 2004/01/13 05:30:58 |
|---|---|
| Line 79 static void cmd_cpu(const void *arg1, lo | Line 79 static void cmd_cpu(const void *arg1, lo |
| static void cmd_clock(const void *arg1, long arg2) { | static void cmd_clock(const void *arg1, long arg2) { |
| SPRINTF(np2sysp.outstr, str_mhz, (pc.realclock + 500000) / 1000000); | SPRINTF(np2sysp.outstr, str_mhz, (pccore.realclock + 500000) / 1000000); |
| np2sysp.outpos = 0; | np2sysp.outpos = 0; |
| (void)arg1; | (void)arg1; |
| (void)arg2; | (void)arg2; |
| Line 87 static void cmd_clock(const void *arg1, | Line 87 static void cmd_clock(const void *arg1, |
| static void cmd_multiple(const void *arg1, long arg2) { | static void cmd_multiple(const void *arg1, long arg2) { |
| SPRINTF(np2sysp.outstr, str_u, pc.multiple); | SPRINTF(np2sysp.outstr, str_u, pccore.multiple); |
| np2sysp.outpos = 0; | np2sysp.outpos = 0; |
| (void)arg1; | (void)arg1; |
| (void)arg2; | (void)arg2; |