summaryrefslogtreecommitdiff
path: root/src/m/ibms390x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/ibms390x.h')
-rw-r--r--src/m/ibms390x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h
index d4ef5c291e..14228b61e5 100644
--- a/src/m/ibms390x.h
+++ b/src/m/ibms390x.h
@@ -24,6 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define the type to use. */
#define EMACS_INT long
+#define pEd "ld"
#define EMACS_UINT unsigned long
/* On the 64 bit architecture, we can use 60 bits for addresses */
@@ -31,4 +32,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
#define XPNTR(a) XUINT (a)
-