diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-09-07 21:22:50 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-09-07 21:22:50 +0000 |
commit | 1ace7a1b4820b028c48ed7acbb03097bbe8c6284 (patch) | |
tree | 21c7ebff1be322e82cbfb339b101b672524800bd /sys/arch/hppa | |
parent | bbd34987cd98fa78f8e96d9f066182d6bbfce051 (diff) |
add PSW_BITS for printf's sake
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/psl.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/psl.h b/sys/arch/hppa/include/psl.h index 86997685fe7..9f0efa79dfb 100644 --- a/sys/arch/hppa/include/psl.h +++ b/sys/arch/hppa/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.4 1999/09/07 19:05:25 mickey Exp $ */ +/* $OpenBSD: psl.h,v 1.5 1999/09/07 21:22:49 mickey Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -66,6 +66,10 @@ #define PSW_D_POS (30) #define PSW_I_POS (31) +#define PSW_BITS "\020\001I\002D\003P\004Q\005R\006F\007G" \ + "\021M\022V\023C\024B\025X\026N\027L\030H" \ + "\031T\032S\033E\037Z\040Y" + /* * Processor Status Word Bit Values */ |