diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-12-02 07:35:25 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-12-02 07:35:25 +0100 |
commit | 70498378cf4baf812ace5750b2de31c1720a87d5 (patch) | |
tree | 2a366aff6b9984b87354f8736d6a4f30afddc18e /sys/src/9/omap | |
parent | 08d6b0f043f30d85033aacce63fbd9985f3e5325 (diff) |
kernel: add missing FPillegal definition for kw and omap kernels
Diffstat (limited to 'sys/src/9/omap')
-rw-r--r-- | sys/src/9/omap/dat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/omap/dat.h b/sys/src/9/omap/dat.h index 710134f56..084b3aee9 100644 --- a/sys/src/9/omap/dat.h +++ b/sys/src/9/omap/dat.h @@ -96,6 +96,8 @@ enum FPinit, FPactive, FPinactive, + + FPillegal= 0x100, }; struct Confmem |