summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/ez80_restorecontext.asm
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/ez80/ez80_restorecontext.asm')
-rw-r--r--nuttx/arch/z80/src/ez80/ez80_restorecontext.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80_restorecontext.asm b/nuttx/arch/z80/src/ez80/ez80_restorecontext.asm
index 1785ddb17..da1d050f0 100644
--- a/nuttx/arch/z80/src/ez80/ez80_restorecontext.asm
+++ b/nuttx/arch/z80/src/ez80/ez80_restorecontext.asm
@@ -1,7 +1,7 @@
;**************************************************************************
; arch/z80/src/ez80/ez80_restorcontext.asm
;
-; Copyright (C) 2008 Gregory Nutt. All rights reserved.
+; Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
; Author: Gregory Nutt <spudmonkey@racsa.co.cr>
;
; Redistribution and use in source and binary forms, with or without
@@ -76,7 +76,7 @@ _ez80_restorecontext:
; Restore registers. HL points to the beginning of the reg structure to restore
ex af, af' ; Select alternate AF
- pop af ; Offset 0: AF' = I with interrupt state in carry
+ pop af ; Offset 0: AF' = I with interrupt state in parity
ex af, af' ; Restore original AF
pop bc ; Offset 1: BC
pop de ; Offset 2: DE