From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 7 May 2014 05:05:39 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <20140507073809.62e1138e@zinc.9fans.fr> References: <20140507073809.62e1138e@zinc.9fans.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] [GSOC] plan9 which arch code to use? Topicbox-Message-UUID: e0423346-ead8-11e9-9d60-3106f5b1d025 +++ /sys/src/ape/lib/ap/amd64/atom.s @@ -0,0 +1,75 @@ +TEXT ainc(SB), $0 /* long ainc(long *); */ + MOVL addr+0(FP), BX the comment is wrong. it's "int ainc(int*)" further down the definition of casp, cas64 is really wrong. (it only considers the low 32-bits) also why have atom.s in ape? - erik