mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
352 B
ArmAsm
14 lines
352 B
ArmAsm
$NetBSD: patch-src_os_bsd_x86__64_callNative.S,v 1.1 2013/02/26 11:08:41 joerg Exp $
|
|
|
|
--- src/os/bsd/x86_64/callNative.S.orig 2013-02-25 20:16:25.000000000 +0000
|
|
+++ src/os/bsd/x86_64/callNative.S
|
|
@@ -24,7 +24,7 @@
|
|
.text
|
|
.align 2
|
|
.global callJNIMethod
|
|
-.type callJNIMethod,function
|
|
+.type callJNIMethod,@function
|
|
|
|
/*
|
|
* Arguments passed in:
|