Look for s390x file rather than S390x file.

This commit is contained in:
Michael Munday 2016-11-18 13:06:31 -05:00
parent 3ac644ecee
commit e90d985d08

View File

@ -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. |// Bytecode interpreter, fast functions and helper functions.
|// Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h |// Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h
| |
|.arch S390x |.arch s390x
|.section code_op, code_sub |.section code_op, code_sub
| |
|.actionlist build_actionlist |.actionlist build_actionlist