Files
wasmtime/lib
Pat Hickey ed24320eda gen_settings: dont try to display a Preset descriptor in Flags (#241)
* gen_settings: dont try to display a Preset descriptor in Flags

Trying to display a preset doesnt make sense, and before this commit it
does not display anything meaningful - the printout just says e.g.
"haswell =\n".

The offset byte a preset descriptor isnt a valid offset into the
flag bytes, it is actually an offset into the PRESETS table. It will
cause a panic when the offset is out of bounds for the flag bytes,
which happens in the intel isa as of this commit.

* intel settings: test that display impl doesnt panic
2018-02-14 11:51:40 -08:00
..
2018-01-08 16:19:16 -08:00
2017-11-23 14:08:47 -08:00
2017-11-08 10:40:37 -08:00
2018-02-08 14:40:46 -08:00
2018-02-13 20:14:54 -08:00