aboutsummaryrefslogtreecommitdiff
path: root/module/lua/setjmp/setjmp_i386.S
diff options
context:
space:
mode:
Diffstat (limited to 'module/lua/setjmp/setjmp_i386.S')
-rw-r--r--module/lua/setjmp/setjmp_i386.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/lua/setjmp/setjmp_i386.S b/module/lua/setjmp/setjmp_i386.S
index 6d6a5f332688..87f9cb08c292 100644
--- a/module/lua/setjmp/setjmp_i386.S
+++ b/module/lua/setjmp/setjmp_i386.S
@@ -6,7 +6,7 @@
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
- * or http://www.opensolaris.org/os/licensing.
+ * or https://opensource.org/licenses/CDDL-1.0.
* See the License for the specific language governing permissions
* and limitations under the License.
*
@@ -25,7 +25,7 @@
#define ENTRY(x) \
.text; \
- .align 8; \
+ .balign 8; \
.globl x; \
.type x, @function; \
x: