X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fthreads%2Finterrupt.h;h=adb7fa99b4a424e116914551c4edb0f3d2d30d20;hb=c4b619c23029e05041fd35d523ec7f4bcd6d6e13;hp=5060b9d90bf7d2764b2e1d4e00e785212bca3f7e;hpb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;p=pintos-anon diff --git a/src/threads/interrupt.h b/src/threads/interrupt.h index 5060b9d..adb7fa9 100644 --- a/src/threads/interrupt.h +++ b/src/threads/interrupt.h @@ -36,7 +36,7 @@ struct intr_frame uint32_t vec_no; /* Interrupt vector number. */ /* Sometimes pushed by the CPU, - otherwise by intrXX_stub for consistency. */ + otherwise for consistency pushed as 0 by intrXX_stub. */ uint32_t error_code; /* Error code. */ /* Pushed by the CPU.