pgubook-readers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pgubook-readers] Error/typo in the book


From: Alexander Semenov
Subject: [Pgubook-readers] Error/typo in the book
Date: Mon, 04 Aug 2008 22:49:08 +0300
User-agent: Thunderbird/3.0b1pre (X11; 2008073100)

Hi all.

First of all, big thanks to all the authors of this wonderful book.
Second, while reading the pdf version I found this error on page 125 (section "Making Our Program More Robust"):

cmpl $0, %eax
jl   continue_processing

should be

cmpl $0, %eax
jg   continue_processing

Alexander




reply via email to

[Prev in Thread] Current Thread [Next in Thread]