Revision 01038d2a monitor.c

b/monitor.c
850 850
    { "esp|sp", offsetof(CPUState, regs[4]) },
851 851
    { "ebp|fp", offsetof(CPUState, regs[5]) },
852 852
    { "esi", offsetof(CPUState, regs[6]) },
853
    { "esi", offsetof(CPUState, regs[7]) },
853
    { "edi", offsetof(CPUState, regs[7]) },
854 854
    { "eflags", offsetof(CPUState, eflags) },
855 855
    { "eip", offsetof(CPUState, eip) },
856 856
    SEG("cs", R_CS)
857 857
    SEG("ds", R_DS)
858 858
    SEG("es", R_ES)
859
    SEG("ss", R_SS)
859 860
    SEG("fs", R_FS)
860 861
    SEG("gs", R_GS)
861 862
    { "pc", 0, monitor_get_pc, },

Also available in: Unified diff