Skip to content

Commit ce66eda

Browse files
committed
cpuflags variable in any case
1 parent 96dfe8c commit ce66eda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unix/cpu.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
\ You should have received a copy of the GNU General Public License
1818
\ along with this program. If not, see http://www.gnu.org/licenses/.
1919

20+
Variable cpuflags
21+
2022
e? os-type s" linux" string-prefix?
2123
e? os-type s" cygwin" string-prefix? or [IF]
22-
Variable cpuflags
2324

2425
: get-cpuflags ( -- )
2526
s" /proc/cpuinfo" r/o open-file throw

0 commit comments

Comments
 (0)