diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-02-14 01:35:56 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-02-14 01:42:02 +0100 |
commit | da59b83f6eca5a492c1a2923290a1146b366a911 (patch) | |
tree | 7661e7e6abf533ccae194a5105b49b571cdea070 | |
parent | e049fbc7fe8f8661bc717dad2749e09b269a8737 (diff) |
remove the explicit [BITS 64]
the manual of yasm says that we should avoid declaring [BITS ...]
explicitely.
-rw-r--r-- | list.asm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |