HomePhabricator

Changed Get64(.) to GetLow64()
e85e19be06c5Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Changed Get64(.) to GetLow64()

The function Get64(.) has a bug in case the width is not divisible by 64.
Since it is only ever used as Get64(0) this simply changes it to this
special case. Additionally, an assert is added, and a cast to prevent
a compiler error.

Details

Provenance
Thomas Holenstein <thomas.holenstein@gmail.com>Authored on Dec 21 2013, 15:50
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING6e7792003b5c: Merge pull request #3453
Branches
Unknown
Tags
Unknown

Event Timeline

Thomas Holenstein <thomas.holenstein@gmail.com> committed rSTAGINGe85e19be06c5: Changed Get64(.) to GetLow64() (authored by Thomas Holenstein <thomas.holenstein@gmail.com>).Dec 25 2013, 10:07