Closed
Bug 226238
Opened 21 years ago
Closed 21 years ago
64bit safe code for mozilla/db (WinXP AMD64)
Categories
(MailNews Core :: Database, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file, 1 obsolete file)
1.71 KB,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Curretly code is defined as pointer type.
typedef long mork_ip; // make sure sizeof(mork_ip) == sizeof(void*)
But WinXP 64bits for AMD64 is that "long" type is defined as 32 bits. So please
consider this platform.
Reproducible: Always
Steps to Reproduce:
Not need. This is build issue.
Actual Results:
Not need. This is build issue.
Expected Results:
Not need. This is build issue.
Assignee | ||
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
Comment on attachment 135939 [details] [diff] [review]
mozilla/db diff
r=bienvenu
Attachment #135939 -
Flags: review+
Comment 3•21 years ago
|
||
Confirming this bug (setting status to NEW) based on David's review.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•21 years ago
|
||
Makoto, you should now request sr, see http://mozilla.org/hacking/reviewers.html.
Assignee | ||
Comment 5•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #135939 -
Attachment is obsolete: true
Assignee | ||
Comment 6•21 years ago
|
||
Old patch isn't simple. We should replace with PRWord/PRUword, because PRWord
should become void*. Please see #226094 about PRWord/PRUword's discussion.
Assignee | ||
Updated•21 years ago
|
Attachment #139489 -
Flags: review?(m_kato)
Assignee | ||
Updated•21 years ago
|
Attachment #139489 -
Flags: review?(m_kato)
Assignee | ||
Updated•21 years ago
|
Attachment #139489 -
Flags: review?(bienvenu)
Updated•21 years ago
|
Attachment #139489 -
Flags: review?(bienvenu) → review+
Assignee | ||
Updated•21 years ago
|
Assignee: bienvenu → m_kato
Assignee | ||
Updated•21 years ago
|
Attachment #139489 -
Flags: superreview?(bienvenu)
Comment 7•21 years ago
|
||
Comment on attachment 139489 [details] [diff] [review]
diff at 2004/01/20
would you like me to check this in as well?
Attachment #139489 -
Flags: superreview?(bienvenu) → superreview+
Assignee | ||
Comment 8•21 years ago
|
||
(In reply to comment #7)
> (From update of attachment 139489 [details] [diff] [review])
> would you like me to check this in as well?
I have a permission for check in. So I checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•