From 31cb407a851c29e82ff0aa7414288441e1f1026e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 20 Apr 2003 02:59:13 +0000 Subject: [PATCH] Rev 1.132 was backed out because of the following from BDE: By returning garbage for the unused high bits of segment registers, we avoid wasting time initializing the bits if the results are assigned to 32-bit variables. movl instead of movw was also intentional, to prevent gas adding pessimal pessimal segment overrides. See src-committers Message-ID: <20030419173421.N15436@gamplex.bde.org>, for more details and how to optimize this farther.