Don't print a warning for unknown extended opcodes in the line number table if they...
authorMartin Baulig <martin@novell.com>
Wed, 15 Apr 2009 17:48:06 +0000 (17:48 -0000)
committerMartin Baulig <martin@novell.com>
Wed, 15 Apr 2009 17:48:06 +0000 (17:48 -0000)
commit91b62657da3b284ad7a65532028527d68411c193
tree4ac20d049816d413d9da18fecce992e50f738811
parent6b6ce82ef72678ac1d0e91bff49bad559da8dc13
Don't print a warning for unknown extended opcodes in the line number table if they're between 0x40 and 0x7f.
2009-04-15  Martin Baulig  <martin@ximian.com>

* debug-mono-symfile.c
(mono_debug_symfile_lookup_location): Don't print a warning for
unknown extended opcodes if they're within 0x40 and 0x7f.

svn path=/trunk/mono/; revision=131800
mono/metadata/ChangeLog
mono/metadata/debug-mono-symfile.c