comparison dyncall/dyncall_call_arm32_arm.S @ 168:2bce7629f541

- "tag" also non-linux assembly files with .note.GNU-stack, to mark .o files generated from manual assembly code as not needing an executable stack (still only for x* archs) - removed some outdated/misleading comment
author cslag
date Fri, 06 Jan 2017 00:19:13 +0100
parents 3e629dc19168
children f5577f6bf97a
comparison
equal deleted inserted replaced
167:da1d79ed3436 168:2bce7629f541
32 ---------------------------------------------------------------------------- 32 ----------------------------------------------------------------------------
33 C Interface: 33 C Interface:
34 dcCall_arm32_arm(DCpointer target, DCpointer argv, DCsize size); 34 dcCall_arm32_arm(DCpointer target, DCpointer argv, DCsize size);
35 35
36 This Call Kernel works across multiple OS. 36 This Call Kernel works across multiple OS.
37 It has been tested on Nintendo DS, Linux and Darwin(iOS).
38 37
39 */ 38 */
40 39
41 .text 40 .text
42 .code 32 /* ARM mode */ 41 .code 32 /* ARM mode */