Fix typo in arm64 assembler directives (#1150)

* Fix typo in arm64 caml_alloc3 assembler directives

* Update changes file
master
KC Sivaramakrishnan 2017-04-15 12:25:17 +01:00 committed by David Allsopp
parent 24b028c1fc
commit 27fccad357
2 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@ Working version
when using Flambda.
(Pierre Chambart, review by Mark Shinwell and Leo White)
- GPR#1150: Fix typo in arm64 assembler directives
(KC Sivaramakrishnan)
### Standard library:
- PR#1771, PR#7309, GPR#1026: Add update to maps. Allows to update a

View File

@ -254,8 +254,8 @@ caml_alloc3:
/* Try again */
b 1b
CFI_ENDPROC
.type caml_alloc2, %function
.size caml_alloc2, .-caml_alloc2
.type caml_alloc3, %function
.size caml_alloc3, .-caml_alloc3
.align 2
.globl caml_allocN