mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Look for s390x file rather than S390x file.
This commit is contained in:
parent
3ac644ecee
commit
e90d985d08
@ -1,9 +1,9 @@
|
||||
|// Low-level VM code for S390x CPUs.
|
||||
|// Low-level VM code for IBM z/Architecture (s390x) CPUs.
|
||||
|// Bytecode interpreter, fast functions and helper functions.
|
||||
|// Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h
|
||||
|
|
||||
|
||||
|.arch S390x
|
||||
|.arch s390x
|
||||
|.section code_op, code_sub
|
||||
|
|
||||
|.actionlist build_actionlist
|
||||
|
Loading…
Reference in New Issue
Block a user