diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-23 21:51:21 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-23 21:51:21 -0700 |
commit | e3ad2ecdfec7956df91ab90e15ac5a40d774da10 (patch) | |
tree | 333546196ce6d108ba64ad0e8e4144ba50ba69fa /CHANGES | |
parent | 94cd4dd113fea9b639f60e07b2e64c622bbb0c02 (diff) | |
download | nasm-e3ad2ecdfec7956df91ab90e15ac5a40d774da10.tar.gz nasm-e3ad2ecdfec7956df91ab90e15ac5a40d774da10.tar.bz2 nasm-e3ad2ecdfec7956df91ab90e15ac5a40d774da10.zip |
Add note about SEH support
Still need documentation from someone who actually knows anything
about how this works.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ * Fix optimizations of signed bytes. * Fix operation on bigendian machines. * Fix buffer overflow in the preprocessor. +* SAFESEH support for Win32, IMAGEREL for Win64 (SEH). 2.02 ---- |