move is_register helper to nasm.h
commita38b86aecff04de02f56d84aabe8eef9baee5959
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 25 Jul 2010 07:09:56 +0000 (25 11:09 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 25 Jul 2010 07:09:56 +0000 (25 11:09 +0400)
treec6379bd9b7498020428726c059394428d6be4958
parent2124b7b7dcecd8b68465cf8deca35f46cf17d705
move is_register helper to nasm.h

 H. Peter Anvin noted:
 |
 | Could we avoid putting static code that has no dynamic content in
 | dynamically generated files... it just complicates things unnecessarily.
 |
 | The above can move into nasm.h for example.
 |

Good idea.

CC: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasm.h
regs.pl