fix wrong comment syntax for header in asmrun/amd64nt.asm
parent
e4ab7e2b6f
commit
b7d1ccce4b
|
@ -1,17 +1,17 @@
|
|||
(**************************************************************************)
|
||||
(* *)
|
||||
(* OCaml *)
|
||||
(* *)
|
||||
(* Xavier Leroy, projet Gallium, INRIA Rocquencourt *)
|
||||
(* *)
|
||||
(* Copyright 2006 Institut National de Recherche en Informatique et *)
|
||||
(* en Automatique. *)
|
||||
(* *)
|
||||
(* All rights reserved. This file is distributed under the terms of *)
|
||||
(* the GNU Lesser General Public License version 2.1, with the *)
|
||||
(* special exception on linking described in the file LICENSE. *)
|
||||
(* *)
|
||||
(**************************************************************************)
|
||||
;**************************************************************************
|
||||
;* *
|
||||
;* OCaml *
|
||||
;* *
|
||||
;* Xavier Leroy, projet Gallium, INRIA Rocquencourt *
|
||||
;* *
|
||||
;* Copyright 2006 Institut National de Recherche en Informatique et *
|
||||
;* en Automatique. *
|
||||
;* *
|
||||
;* All rights reserved. This file is distributed under the terms of *
|
||||
;* the GNU Lesser General Public License version 2.1, with the *
|
||||
;* special exception on linking described in the file LICENSE. *
|
||||
;* *
|
||||
;**************************************************************************
|
||||
|
||||
; Asm part of the runtime system, AMD64 processor, Intel syntax
|
||||
|
||||
|
|
Loading…
Reference in New Issue