diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-04-21 00:51:22 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-04-21 01:08:36 +0400 |
commit | 2a587ab1c98134ceb81c2b7a1e723728d6a62407 (patch) | |
tree | 39f8b81e8304ab598bed4d25246e594a0be36ae3 /nasm.c | |
parent | d5f2aef30abcba734c51abdadf3255a6f4bd5be9 (diff) | |
download | nasm-2a587ab1c98134ceb81c2b7a1e723728d6a62407.tar.gz nasm-2a587ab1c98134ceb81c2b7a1e723728d6a62407.tar.bz2 nasm-2a587ab1c98134ceb81c2b7a1e723728d6a62407.zip |
ofmt: Implement null_segalign stubs
Set stubs for all targets
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.c')
-rw-r--r-- | nasm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1241,6 +1241,8 @@ static void assemble_file(char *fname, StrList **depend_ptr) "segment alignment `%s' is not power of two", value); } + /* callee should be able to handle all details */ + ofmt->segalign(location.segment, align); } } break; |