From: Peter Johnson Date: Wed, 12 Sep 2007 07:11:42 +0000 (-0000) Subject: Add Id tag. X-Git-Tag: v0.6.2~6^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e19fd3ce2bdeb9ed0c7abf459f066af47e331dad;p=yasm Add Id tag. svn path=/trunk/yasm/; revision=1947 --- diff --git a/modules/arch/x86/gen_x86_insn.py b/modules/arch/x86/gen_x86_insn.py index 6d3127c3..01b45737 100755 --- a/modules/arch/x86/gen_x86_insn.py +++ b/modules/arch/x86/gen_x86_insn.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# +# $Id$ # x86 instructions and prefixes data and code generation # # Copyright (C) 2002-2007 Peter Johnson