X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=baabb85ff69016b2249c742c8acbbb520aff5075;hp=8a6af8440a8b5305a3083ba962d3a83979250370;hb=37a9506df9dab17552c6c34b62dc4295504b6c8c;hpb=f26168c62381bad692b6ccd782ba73336bfce180 diff --git a/Makefile b/Makefile index 8a6af84..baabb85 100644 --- a/Makefile +++ b/Makefile @@ -221,7 +221,7 @@ rebuild-constants: $(tasks)/build_newlib echo "public interface UsermodeConstants {"; \ tr '\t' ' ' | sed -n ' \ s/ */ /g; \ - s/ *# *define \([A-Z_][A-Za-z0-9_]*\) \([0-9][0-9x]*\)/ public static final int \1 = \2;/p'; \ + s/ *# *define \([A-Z_][A-Za-z0-9_]*\) \([0-9][0-9a-fA-Fx]*\)/ public static final int \1 = \2;/p'; \ echo "}"; \ ) > src/org/ibex/nestedvm/UsermodeConstants.java