Skip to content
Snippets Groups Projects
Select Git revision
  • Issue/2434-searchAPI
  • main default protected
  • Test/xxxx-shaclForm
  • dev protected
  • Hotfix/3245-changesForMaintenancePageApiUpdate
  • Issue/3245-maintenanceAPIUpdate
  • Issue/3242-UserDeletionOnProfile
  • Issue/3187-VersionStorage
  • Issue/3179-sortDataPublicationServiceList
  • Issue/3193-processingOfPersonalDataConsent
  • Issue/2450-AdminPage
  • Issue/3215-lifecycle
  • Issue/3133-subProjectsChanges
  • Issue/2489-addNotificationManagement
  • Issue/3085-useNewApiClient
  • Issue/3043-DataStorageNrwResource
  • Issue/3011-maintenanceMode
  • Issue/2446-addingResponsibleOrganization
  • Issue/2900-removeInsituteField
  • Issue/2981-dataPubInDb
  • Issue/2881-messageController
  • v3.22.0
  • v3.21.0
  • v3.20.0
  • v3.19.0
  • v3.18.0
  • v3.17.0
  • v3.16.0
  • v3.15.0
  • v3.14.0
  • v3.13.0
  • v3.12.0
  • v3.11.0
  • v3.10.0
  • v3.9.0
  • v3.8.0
  • v3.7.0
  • v3.6.0
  • v3.5.0
  • v3.4.3
  • v3.4.2
41 results

api-client

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Peter Maydell authored and Michael Roth committed
    A LDRD or STRD where rd is not an even number is UNPREDICTABLE.
    We were letting this fall through, which is OK unless rd is 15,
    in which case we would attempt to do a load_reg or store_reg
    to a nonexistent r16 for the second half of the double-word.
    Catch the odd-numbered-rd cases and UNDEF them instead.
    
    To do this we rearrange the structure of the code a little
    so we can put the UNDEF catches at the top before we've
    allocated TCG temporaries.
    
    Cc: qemu-stable@nongnu.org
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Message-id: 1431348973-21315-1-git-send-email-peter.maydell@linaro.org
    (cherry picked from commit 3960c336)
    Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
    a4bb522e
    History
    Name Last commit Last update