From da59b83f6eca5a492c1a2923290a1146b366a911 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 14 Feb 2014 01:35:56 +0100 Subject: remove the explicit [BITS 64] the manual of yasm says that we should avoid declaring [BITS ...] explicitely. --- list.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/list.asm b/list.asm index 91df0a7..20b6fd2 100644 --- a/list.asm +++ b/list.asm @@ -20,8 +20,6 @@ ;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN ;; THE SOFTWARE. -[BITS 64] - extern malloc ;; initializes the list stored at address $rdi with default values -- cgit v1.2.3